Filter hook 'wp_date'

in WP Core File wp-includes/functions.php at line 314

Description

Filters the date formatted based on the locale.

Occurrences

Filename Line Number
wp-includes/functions.php 314

Parameters

Type Name Description
string $date Formatted date string.
string $format Format to display the date.
int $timestamp Unix timestamp.
DateTimeZone $timezone Timezone.

PHP Doc

/**
	 * 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.
	 */