On this page
do_action( 'add_inline_data', WP_Post $post, WP_Post_Type $post_type_object )
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
File: wp-admin/includes/template.php. View all references
do_action( 'add_inline_data', $post, $post_type_object );
Related
Used By
| Used By | Description |
|---|---|
| get_inline_data() wp-admin/includes/template.php | Adds hidden fields with the data for use in the inline editor for posts and pages. |
Changelog
| Version | Description |
|---|---|
| 4.9.8 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_inline_data