
'jsmstm_metabox_table_metadata' ( array $metadata, $term_obj )		// Filter the term meta shown in the metabox.

'jsmstm_metabox_table_exclude_keys' ( array $exclude_keys, $term_obj )	// Array of regular expressions to exclude meta keys.

'jsmstm_show_metabox_capability' ( 'manage_options', $term_obj )	// Capability required to show term meta.

'jsmstm_show_metabox_taxonomy' ( true, $taxonomy )			// Show term meta for a taxonomy (defaults to true).

'jsmstm_delete_meta_capability' ( 'manage_options', $term_obj )		// Capability required to delete term meta.

'jsmstm_delete_meta_icon_class' ( 'dashicons dashicons-table-row-delete' )	// Icon for the delete term meta button.

