do_action( 'do_meta_boxes', string $post_type, string $context, WP_Post $post )

Fires after meta boxes have been added.


Description

Fires once for each of the default meta box contexts: normal, advanced, and side.


Parameters

$post_type

(string) Post type of the post.

$context

(string) string Meta box context.

$post

(WP_Post) Post object.


Source

File: wp-admin/edit-form-advanced.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.