Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_slugpublicWC 1.0

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

public function get_slug(): string;