do_action( 'unregistered_post_type', string $post_type )

Fires after a post type was unregistered.


Parameters

$post_type string
Post type key.

Top ↑

Source

File: wp-includes/post.php. View all references

do_action( 'unregistered_post_type', $post_type );


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.