woocommerce_template_url, woocommerce/
woocommerce_template_url, woocommerce/
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_template_url, woocommerce/') is found 1 times:
- /includes/class-wc-brands.php line 27
/** * __construct function. */ public function __construct() { $this->template_url = apply_filters( 'woocommerce_template_url', 'woocommerce/' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment add_action( 'plugins_loaded', array( $this, 'register_hooks' ), 11 ); $this->register_shortcodes(); }