Automattic\WooCommerce\Admin\Marketing
MarketingCampaignType::get_description
Returns the description of the marketing campaign type.
Метод класса: MarketingCampaignType{}
Хуков нет.
Возвращает
Строку.
Использование
$MarketingCampaignType = new MarketingCampaignType(); $MarketingCampaignType->get_description(): string;
Код MarketingCampaignType::get_description() MarketingCampaignType::get description WC 11.0.0
public function get_description(): string {
return $this->description;
}