Brand Archive Pages Hook
-
I am using a code snippet to change how prices are displayed on archive pages.
if ( ! is_shop() && ! is_product_category() && ! is_product_tag() ) {
Using the above conditionals it works on all pages except the brand archives pages. What hook can I use for brand archive pages? I figured it would be something like is_pwb_brand or similar but I cannot find it. Can you please just help with what hook will work for any brand archive pages such as https://massapothecary.com/brand/brothers-apothecary-cbd/
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Brand Archive Pages Hook’ is closed to new replies.