registered_post_type, $post_type, $post_type_object
registered_post_type, $post_type, $post_type_object
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('registered_post_type, $post_type, $post_type_object') is found 1 times:
- /wp-includes/post.php line 1852
* * @param string $post_type Post type. * @param WP_Post_Type $post_type_object Arguments used to register the post type. */ do_action( 'registered_post_type', $post_type, $post_type_object ); /** * Fires after a specific post type is registered. * * The dynamic portion of the filter name, `$post_type`, refers to the post type key. *