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