Action hook 'post_comment_status_meta_box-options'

in WP Core File wp-admin/includes/meta-boxes.php at line 869

Description

Fires at the end of the Discussion meta box on the post editing screen.

Occurrences

Filename Line Number
wp-admin/includes/meta-boxes.php 869

Parameters

Type Name Description
WP_Post $post WP_Post object for the current post.

PHP Doc

/**
	 * Fires at the end of the Discussion meta box on the post editing screen.
	 *
	 * @since 3.1.0
	 *
	 * @param WP_Post $post WP_Post object for the current post.
	 */