found_comments_query, SELECT FOUND_ROWS(
found_comments_query, SELECT FOUND_ROWS(
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('found_comments_query, SELECT FOUND_ROWS(') is found 1 times:
- /wp-includes/class-wp-comment-query.php line 1021
* * @param string $found_comments_query SQL query. Default 'SELECT FOUND_ROWS()'. * @param WP_Comment_Query $comment_query The `WP_Comment_Query` instance. */ $found_comments_query = apply_filters( 'found_comments_query', 'SELECT FOUND_ROWS()', $this ); $this->found_comments = (int) $wpdb->get_var( $found_comments_query ); } } /**