the_modified_time [ WordPress Function ]
the_modified_time ( $d = '' )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: get_the_modified_time, the_modified_date, get_the_modified_date, the_modified_author, get_post_modified_time
Display the time at which the post was last modified.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/the modified time « WordPress Codex
Dec 2, 2006 ... If you want to display both the modified time and the creation time, you may want to use an if statement (e.g. if (get_the_modified_time() !
codex.wordpress.org - the_modified_time Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ...
adambrown.info - the_modified_time - Triphp Webmaster Blog
Mar 20, 2009 ... TIME/DATE TAG. What It Does. Displays the time and date that a post or page was last modified (not created). To display the time and date that ...
blog.triphp.com - テンプレートタグ/the modified time - WordPress Codex 日本語版
2006年12月2日 ... テンプレートタグ/the modified time ... 使い方. <?php the_modified_time('d'); ?> ... <p >Time last modified: <?php the_modified_time('g:i a'); ?></p> ...
wpdocs.sourceforge.jp