Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/meta-boxes.php | do_action | 820 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Post | $post | WP_Post object for the current post. |