WC_Woo_Update_Manager_Plugin::get_plugin_slug
Get the id of the Woo Update Manager plugin.
Метод класса: WC_Woo_Update_Manager_Plugin{}
Хуков нет.
Возвращает
int.
Использование
$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 WC 10.3.5
public static function get_plugin_slug(): string {
return self::WOO_UPDATE_MANAGER_SLUG;
}