Warning: This function has been deprecated.
woocommerce_get_template( $template_name, $args = array(), $template_path = '', $default_path = '' )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_get_template( $template_name, $args = array(), $template_path = '', $default_path = '' ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_get_template' ); wc_get_template( $template_name, $args, $template_path, $default_path ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |