| Server IP : 172.67.73.132 / Your IP : 18.97.14.85 Web Server : nginx/1.27.1 System : Linux us-west-2 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : trailblazergolf ( 2637) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v7862/trailblazergolf/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';