WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get lastcommentmodified

Description

The date the last comment was modified. If $cache_lastcommentmodified is set this function returns its value from the cache without hitting the database.

Usage

<?php get_lastcommentmodified$timezone ?>

Parameters

$timezone
(string) (optional) Which timezone to use in reference to 'gmt', 'blog', or 'server' locations.
Default: 'server'

Return Values

(string) 
Last comment modified date as a MySQL DATETIME.

Examples

Notes

Change Log

Since: 1.5.0

Source File

get_lastcommentmodified() is located in wp-includes/comment.php.

Related

See also index of Function Reference and index of Template Tags.