Automattic\WooCommerce\Admin\Marketing

MarketingCampaignType::get_descriptionpublicWC 1.0

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

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