Description
Fires after a post type was unregistered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 1887 |
Parameters
Type | Name | Description |
---|---|---|
string | $post_type | Post type key. |
PHP Doc
/**
* Fires after a post type was unregistered.
*
* @since 4.5.0
*
* @param string $post_type Post type key.
*/