date_i18n

date_i18n

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('date_i18n') is found 1 times:

  • /wp-includes/functions.php line 216
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
         *                          Might be without offset if input omitted timestamp but requested GMT.
         * @param bool   $gmt       Whether to use GMT timezone. Only applies if timestamp was not provided.
         *                          Default false.
         */
        $date = apply_filters( 'date_i18n', $date, $format, $timestamp, $gmt );
     
        return $date;
    }
     
    /**
     * Retrieves the date, in localized format.