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