register_taxonomy_args

register_taxonomy_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('register_taxonomy_args') 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.
    		 *
    

See this hook used in plugins: