WC_Woo_Update_Manager_Plugin::is_plugin_active
Check if the Woo Update Manager plugin is active.
Method of the class: WC_Woo_Update_Manager_Plugin{}
No Hooks.
Returns
true|false.
Usage
$result = WC_Woo_Update_Manager_Plugin::is_plugin_active(): bool;
WC_Woo_Update_Manager_Plugin::is_plugin_active() WC Woo Update Manager Plugin::is plugin active code WC 10.5.0
public static function is_plugin_active(): bool {
return is_plugin_active_for_network( self::WOO_UPDATE_MANAGER_PLUGIN_MAIN_FILE ) || is_plugin_active( self::WOO_UPDATE_MANAGER_PLUGIN_MAIN_FILE );
}