bsearch_after_content
Fires after the Better Search results page content, before the theme footer.
Type: action
Since: 3.0.0
Source: includes/frontend/templates/better-search-template.php line 360
Usage
add_action( 'bsearch_after_content', function() {
// ...
} );