Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_description()publicWC 1.0

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

public function get_description(): string;