Get term color
-
Hello,
Is there any way to get term color?
I want to list all the categories with their colors, like:
$terms=get_terms(‘taxonomy=events_categories&hide_empty=false’);
foreach($terms as $term) { }get_term_meta() gives me 0 results.
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Get term color’ is closed to new replies.