Recent

the_bsearch_header filter

the_bsearch_header

Filter the header table.

Type: filter
Since: 3.0.0
Source: includes/general-template.php line 357

Parameters

TypeNameDescription
string$outputHeader table.
array$argsArray of arguments.

Usage

add_filter( 'the_bsearch_header', function($output, $args) {
    // ...
    return $output;
} );

See Also

  • get_bsearch_header()