Automattic\WooCommerce\Admin\Marketing

MarketingCampaignType::get_name()publicWC 1.0

Returns the name of the marketing campaign type.

Method of the class: MarketingCampaignType{}

No Hooks.

Returns

String.

Usage

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

MarketingCampaignType::get_name() code WC 9.8.5

public function get_name(): string {
	return $this->name;
}