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

Fires after meta boxes have been added.


Description Description

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


Parameters Parameters

$post_type

(string) Post type of the post.

$context

(string) string Meta box context.

$post

(WP_Post) Post object.


Top ↑

Source Source

File: wp-admin/includes/meta-boxes.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.