do_action( ‘post_comment_status_meta_box-options’, WP_Post $post )

In this article

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

Parameters

$postWP_Post
WP_Post object for the current post.

Source

do_action( 'post_comment_status_meta_box-options', $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.