Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_modified_time [ WordPress Function ]

the_modified_time ( $d = '' )
Parameters:
  • (string) $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option.
Defined at:



Display the time at which the post was last modified.

Source


<?php
function the_modified_time($d '') {
    echo 
apply_filters('the_modified_time'get_the_modified_time($d), $d);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics