LLMS_View_Manager::open_reg_notice()

Output a notice alerting users that open registration is currently disabled


Return Return

(void)


Top ↑

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' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.3.3 Added missing textdomain.
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.