Tag Archives: codex

get_locale

Gets the current locale.If the locale is set, then it will filter the locale in the ‘locale’ filter hook and return the value.

1472

Continue reading

get_lastpostmodified

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.

1442

Continue reading

get_lastpostdate

Retrieve the date that the last post was published.The server timezone is the default and is the difference between GMT and server time. The ‘blog’ value is the date when the last post was posted. The ‘gmt’ is when the last post was posted in GMT formatted date.

1440

Continue reading