Term
With Cuztom it is possible to add Meta fields to terms. NOTE: Cuztom < 3.0 don't use Wordpress core functions to register and add Term Meta.
$termmeta = new Cuztom_Term_Meta( $taxonomy, $data, $locations )
$taxonomy
(string|array) The box is attach to this Taxonomy (taxonomies).
$data
(array) The fields (data) of the Meta Box
$locations
(string|array) The location the Meta Box is shown. Can be (and defaults to): 'add_form', 'edit_form'
Updated less than a minute ago