Retrieve Color from database
-
So this is more of a note than a support request. I struggled to find the value of the colour I chose. This worked for me:
get_term_meta ( $category->term_id, ‘color’, true );
Hope it helps someone.
The topic ‘Retrieve Color from database’ is closed to new replies.