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