apply_filters('piklist_taxonomies', self::$taxonomies);Extends the standard WordPress function register_taxonomy() with additional features and parameters.
piklist_taxonomies supports all parameters from register_taxonomy() as well as these custom parameters:
object_typeTo create a taxonomy for USERS set this parameter user
Example:
'object_type' => 'user
hide_meta_boxHide the meta box created by this taxonomy
Example:
"hide_meta_box" => true
meta_box_filterAdd a filter to this meta box to make it easier to search for terms.
Example:
"meta_box_filter" => true
This documentation is a community effort. Please create an issue or pull request to help!