WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about register_taxonomy_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-taxonomy.php apply_filters 317 /**
* Filters the arguments for registering a taxonomy.
*
* @since 4.4.0
*
* @param array $args Array of arguments for registering a taxonomy.
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $args Array of arguments for registering a taxonomy.
string $taxonomy Taxonomy key.
string[] $object_type Array of names of object types for the taxonomy.