wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_date › WordPress Function
Since5.3.0
Deprecatedn/a
› wp_date ( $format, $timestamp = null, $timezone = null )
| Parameters: (3) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Retrieves the date, in localized format.
This is a newer function, intended to replacedate_i18n() without legacy quirks in it.
Note that, unlike date_i18n(), this function accepts a true Unix timestamp, not summed
with timezone offset.