register_taxonomy_args, $args, $this->name, (array
register_taxonomy_args, $args, $this->name, (array
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('register_taxonomy_args, $args, $this->name, (array') is found 1 times:
- /wp-includes/class-wp-taxonomy.php line 316
* See the register_taxonomy() function for accepted arguments. * @param string $taxonomy Taxonomy key. * @param string[] $object_type Array of names of object types for the taxonomy. */ $args = apply_filters( 'register_taxonomy_args', $args, $this->name, (array) $object_type ); $taxonomy = $this->name; /** * Filters the arguments for registering a specific taxonomy. *