WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_meta_boxes_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 1616 /**
* 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.
*
* Possible hook names include:
*
* - `add_meta_boxes_post`
* - `add_meta_boxes_page`
* - `add_meta_boxes_attachment`
*
* @since 3.0.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.