Automattic\WooCommerce\Admin\Marketing

MarketingCampaignType::get_description()publicWC 1.0

Returns the description of the marketing campaign type.

Method of the class: MarketingCampaignType{}

No Hooks.

Return

String.

Usage

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

MarketingCampaignType::get_description() code WC 8.7.0

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