You appear to be a bot. Output may be restricted
Description
Retrieve the timestamp of the buffer.
Usage
$string = Jetpack_Sitemap_Buffer::last_modified();
Parameters
Returns
string A datetime string in 'YYYY-MM-DD hh:mm:ss' format.
Source
File name: jetpack/modules/sitemaps/sitemap-buffer.php
Lines:
1 to 3 of 3
public function last_modified() { return $this->timestamp; }