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

File: wp-includes/functions.php

View on GitHub


Changelog

Changelog
Version Description
5.3.0 Introduced.