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 11.0.1

public function get_slug(): string;