$site->modified()
Gets the last modification date of all pages in the content folder.
Parameters
Name | Type | Default |
---|---|---|
$format | string |
null |
$handler | string |
null |
Return type
int
|string
Parent class
Example
$site->modified()
might take (very) long for websites with many pages because it runs through all pages in the content folder. Use with caution.