Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsAccount::get_labelpublicWC 1.0

Return label used in the frontend.

Метод класса: ExportWCSettingsAccount{}

Хуков нет.

Возвращает

string.

Использование

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

Код ExportWCSettingsAccount::get_label() WC 11.1.0

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