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
- $post
-
WP_Post object of the current post.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |