do_action( ‘unregistered_post_type’, string $post_type )

In this article

Fires after a post type was unregistered.

Parameters

$post_typestring
Post type key.

Source

do_action( 'unregistered_post_type', $post_type );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

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