WooCommerce::include_template_functions()
Function used to Init WooCommerce Template Functions - This makes them pluggable by plugins and themes.
Метод класса: WooCommerce{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WooCommerce = new WooCommerce(); $WooCommerce->include_template_functions();
Код WooCommerce::include_template_functions() WooCommerce::include template functions WC 9.8.1
public function include_template_functions() { include_once WC_ABSPATH . 'includes/wc-template-functions.php'; }