apply_filters( 'date_formats', string[] $default_date_formats )

Filters the default date formats.


Parameters

$default_date_formats

Array of default date formats.


Source

File: wp-admin/options-general.php

View on GitHub


Changelog

Changelog
Version Description
6.8.0 Added the d.m.Y format.
4.0.0 Replaced the Y/m/d format with Y-m-d (ISO date standard YYYY-MM-DD).
2.7.0 Introduced.