LLMS_Staging::init()
Static Constructor.
Description Description
Return Return
(void)
Source Source
File: includes/class-llms-staging.php
public static function init() { add_action( 'admin_menu', array( __CLASS__, 'menu_warning' ) ); add_action( 'admin_init', array( __CLASS__, 'handle_staging_notice_actions' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.32.0 | Introduced. |