do_action( ‘add_inline_data’, WP_Post $post, WP_Post_Type $post_type_object )

In this article

Fires after outputting the fields for the inline editor for posts and pages.

Parameters

$postWP_Post
The current post object.
$post_type_objectWP_Post_Type
The current post’s post type object.

Source

do_action( 'add_inline_data', $post, $post_type_object );

Changelog

VersionDescription
4.9.8Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.