do_action( 'submitpage_box', WP_Post $post )

Fires before meta boxes with ‘side’ context are output for the ‘page’ post type.


Description Description

The submitpage box is a meta box with ‘side’ context, so this hook fires just before it is output.


Parameters Parameters

$post

(WP_Post) Post object.


Top ↑

Source Source

File: wp-admin/edit-form-advanced.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.