date_i18n

date_i18n

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('date_i18n') is found 1 times:

  • /wp-includes/functions.php line 216
    	 *                          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.