On this page
do_action( 'post_comment_status_meta_box-options', WP_Post $post )
Fires at the end of the Discussion meta box on the post editing screen.
Parameters
Source
File: wp-admin/includes/meta-boxes.php. View all references
do_action( 'post_comment_status_meta_box-options', $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Related
Used By
| Used By | Description |
|---|---|
| post_comment_status_meta_box() wp-admin/includes/meta-boxes.php | Displays comments status form fields. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_comment_status_meta_box-options