Action hook 'add_inline_data'

in WP Core File wp-admin/includes/template.php at line 395

Description

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

Occurrences

Filename Line Number
wp-admin/includes/template.php 395

Parameters

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

PHP Doc

/**
	 * 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.
	 */