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



submitpage_box › WordPress Action Hooks

Seit2.5.0
Veraltetn/v
do_action( 'submitpage_box', $post )
Parameter:
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before meta boxes with 'side' context are output for the 'page' post type.

The submitpage box is a meta box with 'side' context, so this hook fires just before it is output.





Quellcode

do_action( 'submitpage_box', $post );