WC_Woo_Update_Manager_Plugin::load()
Loads the class, runs on init.
Method of the class: WC_Woo_Update_Manager_Plugin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Woo_Update_Manager_Plugin::load(): void;
WC_Woo_Update_Manager_Plugin::load() WC Woo Update Manager Plugin::load code WC 9.8.2
public static function load(): void { add_action( 'admin_notices', array( __CLASS__, 'show_woo_update_manager_install_notice' ) ); }