do_action( ‘unregistered_taxonomy’, string $taxonomy )

In this article

Fires after a taxonomy is unregistered.

Parameters

$taxonomystring
Taxonomy name.

Source

do_action( 'unregistered_taxonomy', $taxonomy );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.