apply_filters( 'register_taxonomy_args', array $args, string $taxonomy, string[] $object_type )

Filters the arguments for registering a taxonomy.


Parameters

$args

Array of arguments for registering a taxonomy.<br> See the register_taxonomy() function for accepted arguments.

$taxonomy

Taxonomy key.

$object_type

Array of names of object types for the taxonomy.


Source

File: wp-includes/class-wp-taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
4.4.0 Introduced.