📅  最后修改于: 2022-03-11 14:57:26.850000             🧑  作者: Mango
if( has_term( array( 'laptop', 'fridge', 'hats', 'magic wand' ), 'product_cat' ) ) :
// Do stuff here
else :
// Do some other stuff
endif;