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.
Return
String
.
Usage
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->get_slug(): string;
MarketingChannelInterface::get_slug() MarketingChannelInterface::get slug code WC 9.7.1
public function get_slug(): string;