Description
Fires after 'normal' context meta boxes have been output for all post types other than 'page'.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-advanced.php | 742 |
wp-admin/includes/post.php | 2551 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | Post object. |
PHP Doc
/**
* Fires after 'normal' context meta boxes have been output for all post types other than 'page'.
*
* @since 1.5.0
*
* @param WP_Post $post Post object.
*/