Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Topic tag conditional for specific word

$
0
0

For anyone else looking for an answer I found it:

if( has_term( 'myterm', 'topic-tag' ) ) {
    // do something
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles