Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsAccount::get_label
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() ExportWCSettingsAccount::get label code WC 9.9.5
public function get_label() { return __( 'Account and Privacy', 'woocommerce' ); }