Server IP : 23.88.8.221 / Your IP : 3.133.150.142 [ Web Server : LiteSpeed System : Linux europe1.dehosting.ir 3.10.0-962.3.2.lve1.5.70.el7.x86_64 #1 SMP Mon May 30 08:45:55 UTC 2022 x86_64 User : gamefaq1 ( 1564) PHP Version : 7.4.33 Disable Function : mail Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gamefaq1/public_html/wp-includes/ |
Upload File : |
<?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';