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