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