apply_filters( 'wp_date', string $date , string $format , int $timestamp , DateTimeZone $timezone )
Filters the date formatted based on the locale.
Parameters
- $date
-
Formatted date string.
- $format
-
Format to display the date.
- $timestamp
-
Unix timestamp.
- $timezone
-
Timezone.
Source
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |