Description
Fires at the end of the Discussion meta box on the post editing screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 869 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | WP_Post object for the current post. |
PHP Doc
/**
* Fires at the end of the Discussion meta box on the post editing screen.
*
* @since 3.1.0
*
* @param WP_Post $post WP_Post object for the current post.
*/