apply_filters( 'register_taxonomy_args', array $args , string $taxonomy , array $object_type )
Filters the arguments for registering a taxonomy.
Parameters
- $args
-
Array of arguments for registering a taxonomy.
- $taxonomy
-
Taxonomy key.
- $object_type
-
Array of names of object types for the taxonomy.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |