Automattic\WooCommerce\Admin\Marketing

MarketingCampaignType::get_namepublicWC 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 11.1.2

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