bbp_search_results()

Whether there are more search results available in the loop

Description

Return

(object) Search information

Source

File: bp-forums/search/template.php

171
172
173
174
175
176
177
178
179
180
181
function bbp_search_results() {
 
    // Put into variable to check against next
    $have_posts = bbpress()->search_query->have_posts();
 
    // Reset the post data when finished
    if ( empty( $have_posts ) )
        wp_reset_postdata();
 
    return $have_posts;
}

Changelog

Changelog
Version Description
bbPress (r4579) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.