do_action( 'registered_taxonomy_for_object_type', string $taxonomy , string $object_type )
Fires after a taxonomy is registered for an object type.
Parameters
- $taxonomy
-
Taxonomy name.
- $object_type
-
Name of the object type.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |