Core Function
View Source on Trac ↗ register_and_do_post_meta_boxes()
register_and_do_post_meta_boxes( mixed $post ) Registers the default post meta boxes, and runs the `do_meta_boxes` actions.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $post WP_Post | The post object that these meta boxes are being generated for. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
5.0.0
Source File
wp-admin/includes/meta-boxes.php
Advertisement