Viewing 1 replies (of 1 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi miculgigant.

    You can use the WordPress has_term function:

    
    if( has_term( '', 'pwb-brand', $post_id ) ){
      //do something
    }
    

    More info here: has_term

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a has_brand function ?’ is closed to new replies.