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

Filters the date a post was last modified.


Description Description


Parameters 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.


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

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