wpseek.com
A WordPress-centric search engine for devs and theme authors



add_inline_data › WordPress Action Hooks

Since4.9.8
Deprecatedn/a
do_action( 'add_inline_data', $post, $post_type_object )
Parameters: (2)
  • (WP_Post) $post The current post object.
    Required: Yes
  • (WP_Post_Type) $post_type_object The current post's post type object.
    Required: Yes
Defined at:
Codex:

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





Source

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