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



submitpage_box › WordPress Action Hooks

Da2.5.0
Deprecaton/a
do_action( 'submitpage_box', $post )
Parametri:
  • (WP_Post) $post Post object.
    Richiesto:
Definito a:
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.





Sorgenti

do_action( 'submitpage_box', $post );