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.
Return
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 9.7.1
public static function get_plugin_slug(): string { return self::WOO_UPDATE_MANAGER_SLUG; }