add_meta_boxes_{$post_type}

Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

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

Parameters Parameters

$post

Post object.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply