Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_descriptionpublicWC 1.0

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() code WC 10.6.2

public function get_description(): string;