wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



add_inline_data › WordPress Action Hooks

Da4.9.8
Deprecaton/a
do_action( 'add_inline_data', $post, $post_type_object )
Parametri: (2)
  • (WP_Post) $post The current post object.
    Richiesto:
  • (WP_Post_Type) $post_type_object The current post's post type object.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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