wc_time_format()

WooCommerce Time Format – Allows to change time format for everything WooCommerce.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/wc-formatting-functions.php

function wc_time_format() {
	return apply_filters( 'woocommerce_time_format', get_option( 'time_format' ) );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.