Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_slug()publicWC 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.

Return

String.

Usage

$MarketingChannelInterface = new MarketingChannelInterface();
$MarketingChannelInterface->get_slug(): string;

MarketingChannelInterface::get_slug() code WC 8.7.0

public function get_slug(): string;