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.
Return
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 9.7.1
public static function is_plugin_installed(): bool { return file_exists( WP_PLUGIN_DIR . '/' . self::WOO_UPDATE_MANAGER_PLUGIN_MAIN_FILE ); }