Answers for "if post checked category wordpress"

PHP
0

if post checked category wordpress

//'10' is the term ID, 'event category' is the taxonomy
if (has_term(10,'event_category')) {
}
Posted by: Guest on February-15-2021

Code answers related to "if post checked category wordpress"

Browse Popular Code Answers by Language