WC_Woo_Update_Manager_Plugin::activate_admin_notice_dismissed()protected staticWC 1.0

Check if the activation notice has been dismissed.

Method of the class: WC_Woo_Update_Manager_Plugin{}

No Hooks.

Return

true|false.

Usage

$result = WC_Woo_Update_Manager_Plugin::activate_admin_notice_dismissed(): bool;

WC_Woo_Update_Manager_Plugin::activate_admin_notice_dismissed() code WC 9.7.1

protected static function activate_admin_notice_dismissed(): bool {
	return get_user_meta( get_current_user_id(), 'dismissed_woo_updater_not_activated_notice', true );
}