WC_Woo_Update_Manager_Plugin::get_plugin_slug
Get the id of the Woo Update Manager plugin.
Method of the class: WC_Woo_Update_Manager_Plugin{}
No Hooks.
Returns
Int.
Usage
$result = WC_Woo_Update_Manager_Plugin::get_plugin_slug(): string;
WC_Woo_Update_Manager_Plugin::get_plugin_slug() WC Woo Update Manager Plugin::get plugin slug code WC 10.6.2
public static function get_plugin_slug(): string {
return self::WOO_UPDATE_MANAGER_SLUG;
}