Filters the date formatted based on the locale.
$datestring$formatstring$timestampint$timezoneDateTimeZonewp-includes/functions.php:314wp_date() * * @param string $date Formatted date string. * @param string $format Format to display the date. * @param int $timestamp Unix timestamp. * @param DateTimeZone $timezone Timezone. */ $date = apply_filters( 'wp_date', $date, $format, $timestamp, $timezone ); return $date;} /** * Determines if the date should be declined.Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.