wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



add_inline_data › Les Actions WordPress

Depuis4.9.8
Dépréciéen/a
do_action( 'add_inline_data', $post, $post_type_object )
Paramètres: (2)
  • (WP_Post) $post The current post object.
    Requis: Oui
  • (WP_Post_Type) $post_type_object The current post's post type object.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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