add_inline_data

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'add_inline_data', WP_Post $post, WP_Post_Type $post_type_object )

Parameters Parameters

$post

The current post object.

$post_type_object

The current post's post type object.

Source Source

File: wp-admin/includes/template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.8 Introduced.

Advertisement

Leave a Reply