Recent

the_bsearch_date filter

the_bsearch_date

Filter the date.

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

Parameters

TypeNameDescription
string$outputThe formatted date string.
array$argsArray of arguments.

Usage

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