Fires after meta boxes have been added.
$post_typestring$contextstring$postWP_Post|object|stringwp-admin/edit-link-form.php:49file scopewp-admin/edit-link-form.php:51file scopewp-admin/edit-link-form.php:53file scopewp-admin/includes/dashboard.php:162wp_dashboard_setup()wp-admin/includes/dashboard.php:165wp_dashboard_setup()wp-admin/includes/meta-boxes.php:1748register_and_do_post_meta_boxes()wp-admin/includes/meta-boxes.php:1750register_and_do_post_meta_boxes()wp-admin/includes/meta-boxes.php:1752register_and_do_post_meta_boxes() * @param string $post_type Post type of the post on Edit Post screen, 'link' on Edit Link screen, * 'dashboard' on Dashboard screen. * @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'. * @param WP_Post|object|string $post Post object on Edit Post screen, link object on Edit Link screen, * an empty string on Dashboard screen. */ do_action( 'do_meta_boxes', $post_type, 'normal', $post ); /** This action is documented in wp-admin/includes/meta-boxes.php */ do_action( 'do_meta_boxes', $post_type, 'advanced', $post ); /** This action is documented in wp-admin/includes/meta-boxes.php */ do_action( 'do_meta_boxes', $post_type, 'side', $post );}Introduced in 3.0.0. 4 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$object_type added.verified against source$object added.verified against source$post_type removed.verified against source$post removed.verified against source