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
599      <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php printf( __( 'Allow <a href="%s" target="_blank">trackbacks and pingbacks</a> on this page.' ), __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?></label>
600      <?php
601      /**
602       * Fires at the end of the Discussion meta box on the post editing screen.
603       *
604       * @since 3.1.0
605       *
606       * @param WP_Post $post WP_Post object of the current post.
607       */
608      do_action( 'post_comment_status_meta_box-options', $post );
609      ?>
610 </p>
611 <?php
612 }
613
614 /**
615  * Display comments for post table header
616  *
617  * @since 3.0.0