bbp_template_before_search
bbp_template_before_search
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_template_before_search') is found 1 times:
- /templates/default/bbpress/content-search.php line 211718192021222324252627
<?php bbp_breadcrumb(); ?>
<?php bbp_set_query_name( bbp_get_search_rewrite_id() ); ?>
<?php do_action(
'bbp_template_before_search'
); ?>
<?php
if
( bbp_has_search_results() ) : ?>
<?php bbp_get_template_part(
'pagination'
,
'search'
); ?>
<?php bbp_get_template_part(
'loop'
,
'search'
); ?>