Description
Fires after all meta box sections have been output, before the closing #post-body div.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-advanced.php | 758 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | Post object. |
PHP Doc
/**
* Fires after all meta box sections have been output, before the closing #post-body div.
*
* @since 2.1.0
*
* @param WP_Post $post Post object.
*/