HEX
Server: Apache
System: Linux gaz.tera-byte.com 6.12.0-211.26.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 21 16:49:12 UTC 2026 x86_64
User: vortec (1076)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/vortec/public_html/wp-includes/date.php
<?php
/**
 * Class for generating SQL clauses that filter a primary query according to date.
 *
 * This file is deprecated, use 'wp-includes/class-wp-date-query.php' instead.
 *
 * @deprecated 5.3.0
 * @package WordPress
 */

_deprecated_file( basename( __FILE__ ), '5.3.0', WPINC . '/class-wp-date-query.php' );

/** WP_Date_Query class */
require_once ABSPATH . WPINC . '/class-wp-date-query.php';