bbp_has_search_results

bbp_has_search_results

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_search_results') is found 1 times:

  • /includes/search/template.php line 113
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
            $bbp->search_query->pagination_links = bbp_paginate_links( $bbp_search_pagination );
        }
     
        // Filter & return
        return apply_filters( 'bbp_has_search_results', $bbp->search_query->have_posts(), $bbp->search_query );
    }
     
    /**
     * Whether there are more search results available in the loop
     *
     * @since 2.3.0 bbPress (r4579)