wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



add_inline_data › WordPress Action Hooks

Seit4.9.8
Veraltetn/v
do_action( 'add_inline_data', $post, $post_type_object )
Parameter: (2)
  • (WP_Post) $post The current post object.
    Erforderlich: Ja
  • (WP_Post_Type) $post_type_object The current post's post type object.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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