[Plugin: Events Manager] Category term_id
-
I’m trying to pull the category ID for EM5 using term_id but am running into some issues.
Using $EM_Category->term_id does not seem to pull it. I also tried the below which works great for standard wordpress categories but not the custom taxonomy found in events-manager. Any ideas?
<?php $catId = get_term_by( 'slug', 'test', 'category' ); $catId = $catId->term_id; print_r($catId) ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Events Manager] Category term_id’ is closed to new replies.