Automattic\WooCommerce\Admin\Marketing
MarketingChannelInterface::get_name
Returns the name of the marketing channel.
Method of the class: MarketingChannelInterface{}
No Hooks.
Returns
String.
Usage
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->get_name(): string;
MarketingChannelInterface::get_name() MarketingChannelInterface::get name code WC 10.6.2
public function get_name(): string;