post_comment_status_meta_box-options WordPress Action Hook
The post_comment_status_meta_box-options hook is used to add options to the comment status meta box. This hook is useful for plugins that need to add custom options to the comment status meta box.
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
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |