Action hook 'unregistered_taxonomy_for_object_type'

in WP Core File wp-includes/taxonomy.php at line 836

Description

Fires after a taxonomy is unregistered for an object type.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 836

Parameters

Type Name Description
string $taxonomy Taxonomy name.
string $object_type Name of the object type.

PHP Doc

/**
	 * Fires after a taxonomy is unregistered for an object type.
	 *
	 * @since 5.1.0
	 *
	 * @param string $taxonomy    Taxonomy name.
	 * @param string $object_type Name of the object type.
	 */