Automattic\WooCommerce\Admin\Marketing
MarketingChannelInterface::get_slug
Returns the unique identifier string for the marketing channel extension, also known as the plugin slug.
Method of the class: MarketingChannelInterface{}
No Hooks.
Returns
String.
Usage
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->get_slug(): string;
MarketingChannelInterface::get_slug() MarketingChannelInterface::get slug code WC 10.6.2
public function get_slug(): string;