Fires after all built-in meta boxes have been added.
$post_typestring$postWP_Postwp-admin/edit-form-comment.php:257file scopewp-admin/edit-link-form.php:37file scopewp-admin/includes/meta-boxes.php:1716register_and_do_post_meta_boxes() * * @since 3.0.0 * * @param string $post_type Post type. * @param WP_Post $post Post object. */ do_action( 'add_meta_boxes', $post_type, $post ); /** * Fires after all built-in meta boxes have been added, contextually for the given post type. * * The dynamic portion of the hook name, `$post_type`, refers to the post type of the 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