bsearch_before_entry_header
Fires before the entry header of each search result, after the post thumbnail.
Type: action
Since: 3.0.0
Source: includes/frontend/templates/better-search-template.php line 192
Usage
add_action( 'bsearch_before_entry_header', function() {
// ...
} );