unregistered_post_type, $post_type
unregistered_post_type, $post_type
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('unregistered_post_type, $post_type') is found 1 times:
- /wp-includes/post.php line 1915
* @since 4.5.0 * * @param string $post_type Post type key. */ do_action( 'unregistered_post_type', $post_type ); return true; } /** * Builds an object with all post type capabilities out of a post type object