Automattic\WooCommerce\Admin\Marketing

MarketingCampaignType::get_description()publicWC 1.0

Returns the description of the marketing campaign type.

Метод класса: MarketingCampaignType{}

Хуков нет.

Возвращает

Строку.

Использование

$MarketingCampaignType = new MarketingCampaignType();
$MarketingCampaignType->get_description(): string;

Код MarketingCampaignType::get_description() WC 8.7.0

public function get_description(): string {
	return $this->description;
}