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
786      </label>
787      <?php
788      /**
789       * Fires at the end of the Discussion meta box on the post editing screen.
790       *
791       * @since 3.1.0
792       *
793       * @param WP_Post $post WP_Post object of the current post.
794       */
795      do_action( 'post_comment_status_meta_box-options', $post );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
796      ?>
797 </p>
798      <?php
799 }
800
801 /**
802  * Display comments for post table header
803  *
804  * @since 3.0.0