WooCommerce::include_template_functions()

Function used to Init WooCommerce Template Functions – This makes them pluggable by plugins and themes.


Description Description


Source Source

File: includes/class-woocommerce.php

	public function include_template_functions() {
		include_once WC_ABSPATH . 'includes/wc-template-functions.php';
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.