WooCommerce::include_template_functions
Function used to Init WooCommerce Template Functions - This makes them pluggable by plugins and themes.
Method of the class: WooCommerce{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WooCommerce = new WooCommerce(); $WooCommerce->include_template_functions();
WooCommerce::include_template_functions() WooCommerce::include template functions code WC 10.7.0
public function include_template_functions() {
include_once WC_ABSPATH . 'includes/wc-template-functions.php';
}