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
-
Post type of the post.
- $context
-
string Meta box context.
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |