wp_date

wp_date

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_date') is found 1 times:

  • /wp-includes/functions.php line 314
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
         * @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.