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

Filters the arguments for registering a taxonomy.


Description Description


Parameters 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.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.