apply_filters( 'get_the_modified_date', string|bool $the_time, string $d, WP_Post|null $post )

Filters the date a post was last modified.


Parameters

$the_time

(string|bool) The formatted date or false if no post is found.

$d

(string) PHP date format. Defaults to value specified in 'date_format' option.

$post

(WP_Post|null) WP_Post object or null if no post is found.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Added the $post parameter.
WP-2.1.0 Introduced.