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 all references

do_action( 'unregistered_taxonomy', $taxonomy );


Top ↑

Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes

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