perch_page_modified()

Output the date the page was last updated with the perch_page_modified() function.

Parameters

Type Description
Array Options array to include a format key.
perch_page_modified();

Takes an options array with a format option, using strftime formatting codes.

perch_page_modified(array(
    'format' => '%d %B %Y, %H:%M',
));