LLMS_Staging::init()

Static Constructor.


Description Description


Return Return

(void)


Top ↑

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

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.32.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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