apply_filters( 'the_modified_time', string $get_the_modified_time, string $d )

Filters the localized time a post was last modified, for display.


Description Description


Parameters Parameters

$get_the_modified_time

(string) The formatted time.

$d

(string) The time format. Accepts 'G', 'U', or php date format. Defaults to value specified in 'time_format' option.


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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