Fires after a taxonomy is registered for an object type.
$taxonomystring$object_typestringwp-includes/taxonomy.php:794register_taxonomy_for_object_type() * * @since 5.1.0 * * @param string $taxonomy Taxonomy name. * @param string $object_type Name of the object type. */ do_action( 'registered_taxonomy_for_object_type', $taxonomy, $object_type ); return true;} /** * Removes an already registered taxonomy from an object type.Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.