apply_filters( 'get_lastpostmodified', string $lastpostmodified, string $timezone )

Filters the date the last post was modified.


Description Description


Parameters Parameters

$lastpostmodified

(string) Date the last post was modified.

$timezone

(string) Location to use for getting the post modified date. See get_lastpostdate() for accepted $timezone values.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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