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

$post

(WP_Post)WP_Post object for the current post.


Top ↑

Source

File: wp-admin/includes/meta-boxes.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.