register_{$taxonomy}_taxonomy_args, $args, $this->name, (array
register_{$taxonomy}_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}_taxonomy_args, $args, $this->name, (array') is found 1 times:
- /wp-includes/class-wp-taxonomy.php line 337
* 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}_taxonomy_args", $args, $this->name, (array) $object_type ); $defaults = array( 'labels' => array(), 'description' => '', 'public' => true, 'publicly_queryable' => null,