Action hook 'unregistered_taxonomy'

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

Description

Fires after a taxonomy is unregistered.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 632

Parameters

Type Name Description
string $taxonomy Taxonomy name.

PHP Doc

/**
	 * Fires after a taxonomy is unregistered.
	 *
	 * @since 4.5.0
	 *
	 * @param string $taxonomy Taxonomy name.
	 */