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