Answers for "if is category 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 "if is category page woocommerce"

Browse Popular Code Answers by Language