WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about unregistered_post_type

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 1776 /**
* Fires after a post type was unregistered.
*
* @since 4.5.0
*
* @param string $post_type Post type key.
*/

Hook Parameters

Parameter Type Name Description
string $post_type Post type key.