Recent

wherego_date filter

wherego_date

Filter the text with the author details.

Type: filter
Since: 2.2.0
Source: includes/frontend/class-display.php line 495

Parameters

TypeNameDescription
string$wherego_dateFormatted string with author details and link
object$resultObject of the current post result
array$argsArray of arguments

Usage

add_filter( 'wherego_date', function($wherego_date, $result, $args) {
    // ...
    return $wherego_date;
} );