Recent

tptn_date filter

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

TypeNameDescription
string$dateTitle of the post.
object$resultObject of the current post result
array$argsArray of arguments

Usage

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