Uses
Uses | Description |
---|---|
wp-includes/class-wp-comment-query.php: found_comments_query | Filters the query used to retrieve found comment count. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |