the_modified_time

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$get_the_modified_time

The formatted time.

$format

The time format. Accepts 'G', 'U', or PHP date format. Defaults to value specified in 'time_format' option.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply