Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

if post checked category wordpress

//'10' is the term ID, 'event category' is the taxonomy
if (has_term(10,'event_category')) {
}
 
PREVIOUS NEXT
Tagged: #post #checked #category #wordpress
ADD COMMENT
Topic
Name
6+8 =