Recent

tptn_get_from_datefilter

tptn_get_from_date

Retrieve the from date for the query

Type: filter
Since: 2.6.0
Source: includes/util/class-helpers.php line 65

Parameters

Type Name Description
string $from_date From date.
string $time A date/time string.
int $daily_range Daily range.
int $hour_range Hour range.

Usage

add_filter( 'tptn_get_from_date', function($from_date, $time, $daily_range, $hour_range) {
    // ...
    return $from_date;
} );