Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsAccount::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettingsAccount{}

No Hooks.

Returns

String.

Usage

$ExportWCSettingsAccount = new ExportWCSettingsAccount();
$ExportWCSettingsAccount->get_label();

ExportWCSettingsAccount::get_label() code WC 9.9.5

public function get_label() {
	return __( 'Account and Privacy', 'woocommerce' );
}