Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Products::get_time
Time.
Method of the class: Products{}
No Hooks.
Returns
String.
Usage
$Products = new Products(); $Products->get_time();
Products::get_time() Products::get time code WC 10.5.0
public function get_time() {
return __( '1 minute per product', 'woocommerce' );
}