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

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


Description


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

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
2.0.0 Introduced.