Answers for "create category woocomerce product programmaticaly"

0

is product category woocommerce

if( has_term( 4, 'product_cat' ) ) {
	// do something if current product in the loop is in product category with ID 4
}
Posted by: Guest on February-26-2021

Code answers related to "create category woocomerce product programmaticaly"

Browse Popular Code Answers by Language