W3cubDocs

/WordPress

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

Filters the arguments for registering a taxonomy.

Parameters

$args

(array) Array of arguments for registering a taxonomy.

$taxonomy

(string) Taxonomy key.

$object_type

(string[]) Array of names of object types for the taxonomy.

Source

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

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/register_taxonomy_args