Automattic\WooCommerce\Admin\Marketing
MarketingCampaignType::get_description
Returns the description of the marketing campaign type.
Method of the class: MarketingCampaignType{}
No Hooks.
Returns
String
.
Usage
$MarketingCampaignType = new MarketingCampaignType(); $MarketingCampaignType->get_description(): string;
MarketingCampaignType::get_description() MarketingCampaignType::get description code WC 9.9.3
public function get_description(): string { return $this->description; }