tptn_date
Filter the post title of each list item.
Type: filter
Since: 2.6.0
Source: includes/frontend/class-display.php line 888
Parameters
| Type | Name | Description |
|---|---|---|
string |
$date |
Title of the post. |
object |
$result |
Object of the current post result |
array |
$args |
Array of arguments |
Usage
add_filter( 'tptn_date', function($date, $result, $args) {
// ...
return $date;
} );