post_comment_status_meta_box-options, $post
post_comment_status_meta_box-options, $post
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('post_comment_status_meta_box-options, $post') is found 1 times:
- /wp-admin/includes/meta-boxes.php line 869
* @since 3.1.0
*
* @param WP_Post $post WP_Post object for the current post.
*/
do_action( ‘post_comment_status_meta_box-options’, $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
?>