wp_date

wp_date

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_date') is found 1 times:

  • /wp-includes/functions.php line 314
    	 * @param string       $format    Format to display the date.
    	 * @param int          $timestamp Unix timestamp.
    	 * @param DateTimeZone $timezone  Timezone.
    	 */
    	$date = apply_filters( 'wp_date', $date, $format, $timestamp, $timezone );
    
    	return $date;
    }
    
    /**
     * Determines if the date should be declined.