do_action( 'unregistered_taxonomy', string $taxonomy )

Fires after a taxonomy is unregistered.


Parameters

$taxonomy

(string) Taxonomy name.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.5.0 Introduced.