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



post_submitbox_start › WordPress Action Hooks

Seit4.9.0
Veraltetn/v
do_action( 'post_submitbox_start', $post )
Parameter:
  • (WP_Post|null) $post WP_Post object for the current post on Edit Post screen, null on Edit Link screen.
    Erforderlich: Ja
Definiert in:
Codex:

Fires at the beginning of the publishing actions section of the Publish meta box.





Quellcode

do_action( 'post_submitbox_start', $post );