Warning: This function has been deprecated.
woocommerce_time_format()
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_time_format() { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_time_format' ); return wc_time_format(); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |