get_lastpostmodified [ WordPress Function ]
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Retrieve last post modified date depending on timezone.
The server timezone is the default and is the difference between GMT and server time. The 'blog' value is just when the last post was modified. The 'gmt' is when the last post was modified in GMT time.
Source
<?php
function get_lastpostmodified($timezone = 'server') {
$lastpostmodified = _get_last_post_time( $timezone, 'modified' );
$lastpostdate = get_lastpostdate($timezone);
if ( $lastpostdate > $lastpostmodified )
$lastpostmodified = $lastpostdate;
return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone );
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/get lastpostmodified « WordPress Codex
Description. Retrieve last post modified date depending on timezone. The server timezone is the default and is the difference between GMT and server time.
codex.wordpress.org - #15499 (Add an index for get_lastpostmodified query) – WordPress ...
I had a friend (Jools Wills) look over a WordPress site recently, to get a fresh view on what might be optimised, and he noticed a query which might benefit from ...
core.trac.wordpress.org - function get_lastpostmodified with feed updates on custom post types
Trying to figure out how to add_filter to the get_ladpostmodified so that when custom-post-types are updated it will recognize the feed is ...
www.wptavern.com - get_lastpostmodified 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
Kullanýcý Tartýþmalarý [ wordpress.org ]
- landscribe on "RSS Feed for a page in wordpress?"
- Sam_a on "RSS Feed for a page in wordpress?"
- shua on "RSS Feed for a page in wordpress?"
- Sam_a on "RSS Feed for a page in wordpress?"
- Sam_a on "RSS Feed for a page in wordpress?"
- shua on "RSS Feed for a page in wordpress?"
- shua on "RSS Feed for a page in wordpress?"
- Sam_a on "RSS Feed for a page in wordpress?"
- moshu on "RSS Feed for a page in wordpress?"
- Sam_a on "RSS Feed for a page in wordpress?"