unregistered_taxonomy WordPress Action Hook

The unregistered_taxonomy hook is called when a taxonomy is unregistered. This hook can be used to take action when a taxonomy is unregistered. For example, you could use this hook to remove data associated with the taxonomy from your database.

do_action( 'unregistered_taxonomy', string $taxonomy ) #

Fires after a taxonomy is unregistered.


Parameters

$taxonomy

(string)Taxonomy name.


Top ↑

Source

File: wp-includes/taxonomy.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More