1948* Fires after a post type was unregistered.1949*1950* @since 4.5.01951*1952* @param string$post_type Post type key.1953*/1954do_action('unregistered_post_type',$post_type);19551956returntrue;1957}19581959/**1960* Builds an object with all post type capabilities out of a post type object
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.