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