the_modified_date

Advertisement

Summery Summery

Filters the date a post was last modified for display.

Syntax Syntax

apply_filters( 'the_modified_date', string $the_modified_date, string $format, string $before, string $after )

Parameters Parameters

$the_modified_date

The last modified date.

$format

PHP date format. Defaults to 'date_format' option if not specified.

$before

HTML output before the date.

$after

HTML output after the date.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply