submitpage_box

submitpage_box

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('submitpage_box') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 700
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
         * @since 2.5.0
         *
         * @param WP_Post $post Post object.
         */
        do_action( 'submitpage_box', $post );
    } else {
        /**
         * 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.
         *

See this hook used in plugins: