registered_post_type, $post_type, $post_type_object

registered_post_type, $post_type, $post_type_object

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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.
    	 *