Answers for "woocommerce check if current page is product category"

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 "woocommerce check if current page is product category"

Browse Popular Code Answers by Language