Recent

the_bsearch_datefilter

the_bsearch_date

Filter the date.

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

Parameters

Type Name Description
string $output The formatted date string.
array $args Array of arguments.

Usage

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