do_action( ‘registered_taxonomy_for_object_type’, string $taxonomy, string $object_type )

In this article

Fires after a taxonomy is registered for an object type.

Parameters

$taxonomystring
Taxonomy name.
$object_typestring
Name of the object type.

Source

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

Changelog

VersionDescription
5.1.0Introduced.

User Contributed Notes

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