Used By
Used By | Description |
---|---|
wp-admin/includes/meta-boxes.php: register_and_do_post_meta_boxes() | Registers the default post meta boxes, and runs the |
wp-admin/includes/dashboard.php: wp_dashboard_setup() | Registers dashboard widgets. |
Fires after meta boxes have been added.
Fires once for each of the default meta box contexts: normal, advanced, and side.
(string) Post type of the post on Edit Post screen, 'link' on Edit Link screen, 'dashboard' on Dashboard screen.
(string) Meta box context. Possible values include 'normal', 'advanced', 'side'.
(WP_Post|object|string) Post object on Edit Post screen, link object on Edit Link screen, an empty string on Dashboard screen.
Version | Description |
---|---|
3.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/do_meta_boxes