get_lastpostmodified


get_lastpostmodified ( $timezone = 'server', $post_type = 'any' )

Parameters:
  • (string) timezone Optional. The timezone for the timestamp. See get_lastpostdate() for information on accepted values. Default 'server'.
  • (string) post_type Optional. The post type to check. Default 'any'.
Returns:
  • (string) The timestamp in 'Y-m-d H:i:s' format, or false on failure.
Defined at:
Change Log:
  • 4: .

Description

Gets the most recent time that a post on the site was modified.The server timezone is the default and is the difference between GMT and server time. The 'blog' value is just when the last post was modified. The 'gmt' is when the last post was modified in GMT time.

Related Functions

get_lastcommentmodified, get_lastpostdate, get_post_modified_time, _get_last_post_time, get_post_field

Top Google Results

User discussions

wpseek mobile