WC_Woo_Update_Manager_Plugin::get_plugin_slugpublic staticWC 1.0

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() code WC 10.6.2

public static function get_plugin_slug(): string {
	return self::WOO_UPDATE_MANAGER_SLUG;
}