Closed sb-lc closed 9 years ago
$taxonomy = 'category'; $term_id = 3; Taxonomy_MetaData::get( $taxonomy, $term_id );
how do I use the data stored in Taxonomy_MetaData as shown above?
thanks
i am using cmb2 btw
Answer provided here.
$taxonomy = 'category'; $term_id = 3; Taxonomy_MetaData::get( $taxonomy, $term_id );
how do I use the data stored in Taxonomy_MetaData as shown above?
thanks