register_{$taxonomy}_taxonomy_args

register_{$taxonomy}_taxonomy_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('register_{$taxonomy}_taxonomy_args') 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,