Fires after a post type is registered.
Parameters
$post_type
string- Post type.
$post_type_object
WP_Post_Type- Arguments used to register the post type.
Source
do_action( 'registered_post_type', $post_type, $post_type_object );
Fires after a post type is registered.
$post_type
string$post_type_object
WP_Post_Typedo_action( 'registered_post_type', $post_type, $post_type_object );
User Contributed Notes
You must log in before being able to contribute a note or feedback.