LLMS_View_Manager::open_reg_notice()
Output a notice alerting users that open registration is currently disabled
Return Return
(void)
Source Source
File: includes/class.llms.view.manager.php
public function open_reg_notice() {
llms_print_notice( __( 'This is a preview of the Open Registration form but Open Registration is currently disabled. Enable Open Registration to allow users to create accounts on this page.', 'lifterlms' ), 'debug' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.3.3 | Added missing textdomain. |
| 5.0.0 | Introduced. |