date_formats

date_formats

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('date_formats') is found 1 times:

  • /wp-admin/options-general.php line 466

    * @since 4.0.0 Added ISO date standard YYYY-MM-DD format.
    *
    * @param string[] $default_date_formats Array of default date formats.
    */
    $date_formats = array_unique( apply_filters( ‘date_formats’, array( __( ‘F j, Y’ ), ‘Y-m-d’, ‘m/d/Y’, ‘d/m/Y’ ) ) );

    $custom = true;

    foreach ( $date_formats as $format ) {
    echo “\t