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