W3cubDocs

/WordPress

do_action( "add_meta_boxes_{$post_type}", WP_Post $post )

Fires after all built-in meta boxes have been added, contextually for the given post type.

Description

The dynamic portion of the hook, $post_type, refers to the post type of the post.

Parameters

$post

(WP_Post) Post object.

Source

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

View on Trac

Changelog

Version Description
3.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_meta_boxes_post_type