Warning: This function has been deprecated.
woocommerce_price( $price, $args = array() )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_price( $price, $args = array() ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_price' ); return wc_price( $price, $args ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |