WC_Woo_Update_Manager_Plugin::load
Loads the class, runs on init.
Method of the class: WC_Woo_Update_Manager_Plugin{}
No Hooks.
Returns
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 10.8.1
public static function load(): void {
add_action( 'admin_notices', array( __CLASS__, 'show_woo_update_manager_install_notice' ) );
}