apply_filters( 'date_i18n', string $j, string $req_format, int $i, bool $gmt )

Filters the date formatted based on the locale.


Parameters

$j

(string) Formatted date string.

$req_format

(string) Format to display the date.

$i

(int) Unix timestamp.

$gmt

(bool) Whether to convert to GMT for time. Default false.


Source

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.