Welcome to Jupiter Demos Sites. This is your first post. Edit or delete it, then start blogging!
- Posted on
- By physadmin
- In Geen categorie, Uncategorized
- 1 comment
function employee_category_filter() { global $typenow; if ($typenow == 'employee') { $taxonomy = 'employee_category'; $terms = get_terms($taxonomy); if ($terms) { echo ''; } } }
Welcome to Jupiter Demos Sites. This is your first post. Edit or delete it, then start blogging!
1 Comment