Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: post_comment_status_meta_box-options

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
811      </label>
812      <?php
813      /**
814       * Fires at the end of the Discussion meta box on the post editing screen.
815       *
816       * @since 3.1.0
817       *
818       * @param WP_Post $post WP_Post object for the current post.
819       */
820      do_action( 'post_comment_status_meta_box-options', $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
821      ?>
822 </p>
823      <?php
824 }
825
826 /**
827  * Displays comments for post table header
828  *
829  * @since 3.0.0