WC_Woo_Update_Manager_Plugin::get_plugin_slug()public staticWC 1.0

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

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