wherego_date
Filter the text with the author details.
Type: filter
Since: 2.2.0
Source: includes/frontend/class-display.php line 495
Parameters
| Type | Name | Description |
|---|---|---|
string |
$wherego_date |
Formatted string with author details and link |
object |
$result |
Object of the current post result |
array |
$args |
Array of arguments |
Usage
add_filter( 'wherego_date', function($wherego_date, $result, $args) {
// ...
return $wherego_date;
} );