WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_inline_data

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/template.php do_action 393 /**
* Fires after outputting the fields for the inline editor for posts and pages.
*
* @since 4.9.8
*
* @param WP_Post $post The current post object.
* @param WP_Post_Type $post_type_object The current post's post type object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post The current post object.
WP_Post_Type $post_type_object The current post's post type object.