| Server IP : 217.160.0.199 / Your IP : 216.73.216.219 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u57303684 ( 6469868) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/10/d315911638/htdocs/clickandbuilds/IssyInvestment/wp-includes/ |
Upload File : |
<?php
/**
* WordPress database access abstraction class.
*
* This file is deprecated, use 'wp-includes/class-wpdb.php' instead.
*
* @deprecated 6.1.0
* @package WordPress
*/
if ( function_exists( '_deprecated_file' ) ) {
// Note: WPINC may not be defined yet, so 'wp-includes' is used here.
_deprecated_file( basename( __FILE__ ), '6.1.0', 'wp-includes/class-wpdb.php' );
}
/** wpdb class */
require_once __DIR__ . '/class-wpdb.php';