Current File : /home/shopsmart/public_html/wp-includes/wp-db.php
<?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';

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/shopsmart/public_html/wp-includes/blocks/index.php(1) : eval()'d code:1) in /home/shopsmart/public_html/wp-includes/pluggable.php on line 1438