do_action( 'registered_taxonomy_for_object_type', string $taxonomy, string $object_type )

Fires after a taxonomy is registered for an object type.


Description Description


Parameters Parameters

$taxonomy

(string) Taxonomy name.

$object_type

(string) Name of the object type.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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