Top Google Search Results
- pre_get_comments Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - WordPress › Support » The pre_get_comments hook only runs for ...
Is this a bug, or a feature? If it's a feature, where should I hook into to append additional info to the comments, or to print something before the comments area? - Comment visibility - WordPress - Stack Exchange
Jun 17, 2011 ... By using the 'pre_get_comments' action, found in wp-includes/comment.php : function restrict_visible_comments( $comments_query ) { if ... - Show to author his posts comments only | ShinePHP.com
Dec 25, 2011... $current_user; $query->query_vars['post_author'] = $current_user->ID; } add_action('pre_get_comments', 'author_posts_comments_only'); } ...