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