Fires after a post type was unregistered.
Parameters
$post_type
string- Post type key.
Source
do_action( 'unregistered_post_type', $post_type );
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
Fires after a post type was unregistered.
$post_type
stringdo_action( 'unregistered_post_type', $post_type );
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.