post_comment_status_meta_box-options

post_comment_status_meta_box-options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('post_comment_status_meta_box-options') 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
    ?>