Fires after outputting the fields for the inline editor for posts and pages.
$postWP_Post$post_type_objectWP_Post_Typewp-admin/includes/template.php:397get_inline_data()<?php * * @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. */ do_action( 'add_inline_data', $post, $post_type_object ); echo '</div>';} /** * Outputs the in-line comment reply-to form in the Comments list table.Introduced in 4.9.8. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.