get_the_modified_date [ WordPress-Funktionen ]
get_the_modified_date ( $d = '' )
| Parameter: |
|
| Gibt zurück: |
|
| Definiert in: |
|
| Codex |
Ähnliche Funktionen: get_the_modified_time, the_modified_date, get_the_modified_author, the_modified_time, get_post_modified_time
Retrieve the date on which the post was last modified.
Beispiele [ wp-snippets.com ]
Top Google Suchergebnisse
- Function Reference/get the modified date « WordPress Codex
Description. Retrieve the date on which the post was last modified. Usage. <?php get_the_modified_date( $d ); ?> Parameters. $d: (string) (optional) Optional ...
codex.wordpress.org - WordPress › Support » Show Last Updated Date/Time
... check for current post's modified_date if (get_the_modified_date('U') > $ last_update) { $last_update = get_the_modified_date('U'); } endwhile; // format output ...
wordpress.org - get_the_modified_date (WordPress Function) - WPSeek.com
Retrieve the date on which the post was last modified. WordPress lookup for get_the_modified_date, a WordPress Function.
wpseek.com - get_the_modified_date - Adam Brown, BYU Political Science
Applied to the formatted post modification date generated by the get_the_modified_date function (which is also called by the the_modified_date function).
adambrown.info
