wpseek.com
A WordPress-centric search engine for devs and theme authors



submitpost_box › WordPress Action Hooks

Since2.5.0
Deprecatedn/a
do_action( 'submitpost_box', $post )
Parameters:
  • (WP_Post) $post Post object.
    Required: Yes
Defined at:
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.





Source

do_action( 'submitpost_box', $post );