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