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



submitpage_box › WordPress Action Hooks

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





Source

do_action( 'submitpage_box', $post );