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



submitpost_box › WordPress Action Hooks

Da2.5.0
Deprecaton/a
do_action( 'submitpost_box', $post )
Parametri:
  • (WP_Post) $post Post object.
    Richiesto:
Definito a:
Codex:

Fires before meta boxes with 'side' context are output for all post types other than 'page'.

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





Sorgenti

do_action( 'submitpost_box', $post );