bbp_template_before_search_results_loop

bbp_template_before_search_results_loop

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_search_results_loop') is found 1 times:

  • /templates/default/bbpress/loop-search.php line 13
     
    // Exit if accessed directly
    defined( 'ABSPATH' ) || exit;
    
    do_action( 'bbp_template_before_search_results_loop' ); ?>
    
    <ul id="bbp-search-results" class="forums bbp-search-results">
    
    	<li class="bbp-header">
    
    		<div class="bbp-search-author"><?php esc_html_e( 'Author',  'bbpress' ); ?></div><!-- .bbp-reply-author -->