2 comments:

  1. Is there any way to retrieve the value of a term color through PHP? The use case for this plugin doesn’t seem to be covered anywhere, which is really frustrating. Please let me know? I am looking for something like get_term_color($post-ID); or something similar…?

    1. Ok, looks like I managed to figure this out. Hope it can help someone else.

      get_term_meta ( $category->term_id, ‘color’, true );

Leave a Reply

Your email address will not be published. Required fields are marked *