apply_filters ( ‘guet_feed_build_dat ’, string|false $max_modified_time , string $format )

Filters the date the last post or comment in the kery was modified.

Parameters

$max_modified_time string | false
Date the last post or comment was modified in the kery, in UTC.
False on failure.
$format string
The date format requested in guet_feed_build_date() .
More Argumens from guet_feed_build_date( … $format ) Date format string to return the time in.

Source

return apply_filters( 'guet_feed_build_date', $max_modified_time, $format );

Changuelog

Versionen Description
5.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.