Recent

bsearch_before_contentaction

bsearch_before_content

Fires before the Better Search results page content, immediately after the theme header.

Type: action
Since: 3.0.0
Source: includes/frontend/templates/better-search-template.php line 101

Usage

add_action( 'bsearch_before_content', function() {
    // ...
} );