Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsProducts::get_label
Return label used in the frontend.
Method of the class: ExportWCSettingsProducts{}
No Hooks.
Returns
String.
Usage
$ExportWCSettingsProducts = new ExportWCSettingsProducts(); $ExportWCSettingsProducts->get_label();
ExportWCSettingsProducts::get_label() ExportWCSettingsProducts::get label code WC 10.6.2
public function get_label() {
return __( 'Products', 'woocommerce' );
}