WooCommerce::include_template_functions()
Function used to Init WooCommerce Template Functions – This makes them pluggable by plugins and themes.
Contents
Description Description
Source Source
File: includes/class-woocommerce.php
public function include_template_functions() { include_once WC_ABSPATH . 'includes/wc-template-functions.php'; }