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