Answers for "check if shop page is term page woocommerce"

1

woocommerce if is category page

if( is_product_category() ) {
	// yay, we are on a product category page!
} else {
 
}
Posted by: Guest on October-30-2020

Code answers related to "check if shop page is term page woocommerce"

Browse Popular Code Answers by Language