do_action( 'edit_page_form', WP_Post $post )
Fires after ‘normal’ context meta boxes have been output for the ‘page’ post type.
Parameters
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |