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