Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 315 | /** * Filters the date formatted based on the locale. * * @since 5.3.0 * * @param string $date Formatted date string. * @param string $format Format to display the date. * @param int $timestamp Unix timestamp. * @param DateTimeZone $timezone Timezone. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $date | Formatted date string. |
string | $format | Format to display the date. |
int | $timestamp | Unix timestamp. |
DateTimeZone | $timezone | Timezone. |