eo_get_category_meta
since 1.3
eo_get_category_meta( $term = '', $key = '' )
Deprecated: 3.0.0 Use eo_get_category_color()
Retrieve a category term's colour.
This function has only every supported in the 'color' key, and will be removed
when WordPress core term meta is used in place of storing category data in the options table.
You should not use this function, but intead use eo_get_category_color()
Parameters
\term|\slug
|
$term = '' |
The event category term object, or slug. Can be empty to get colour of term being viewed.
|
|
$key = '' |
|
Return value
string
|
The event category colour in Hex format
|
Changelog