do_action( 'unregistered_taxonomy', string $taxonomy )

Fires after a taxonomy is unregistered.


Parameters

$taxonomy

Taxonomy name.


Source

File: wp-includes/taxonomy.php

View on GitHub


Changelog

Changelog
Version Description
4.5.0 Introduced.