﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21578,Introducing term_metas,hughwillfayle,,"In pur work with WordPress we search for many solutions to have term metas. We found one which we can implement easily and it has been tested in some client projects. Based upon a plugin I'd like to contribute the API functions and the schematic to the core.

{{{
get_term_meta( $term_id, $key = '', $single = FALSE )
}}}

{{{
update_term_meta( $term_id, $meta_key, $meta_value, $prev_value = '' )
}}}

{{{
delete_term_meta_by_key( $term_meta_key )
}}}

{{{
get_term_custom( $term_id = 0 )
}}}

{{{
get_term_custom_keys( $term_id = 0 )
}}}

{{{
get_term_custom_values( $key = '', $term_id = 0 )
}}}",enhancement,closed,normal,,Taxonomy,,normal,duplicate,dev-feedback has-patch,
