woocommerce_template_path, woocommerce/

woocommerce_template_path, woocommerce/

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_template_path, woocommerce/') is found 1 times:

  • /includes/class-woocommerce.php line 1145
    	public function template_path() {
    		/**
    		 * Filter to adjust the base templates path.
    		 */
    		return apply_filters( 'woocommerce_template_path', 'woocommerce/' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingSinceComment
    	}
    
    	/**
    	 * Get Ajax URL.
    	 *
    	 * @return string