Answer the question
In order to leave comments, you need to log in
How to create separate template for Woocommerce parent category?
Is there something like wc_is_parent_category()?
Answer the question
In order to leave comments, you need to log in
Get all categories of product taxonomy.
More or less like this:
$terms = get_terms( array(
'taxonomy' => 'product',
'hide_empty' => false,
) );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question