Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCTaskOptions::get_label()publicWC 1.0

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() code WC 9.7.1

public function get_label() {
	return __( 'Task Configurations', 'woocommerce' );
}