Working with global options off ?
-
Hi all,
Using WP 4.2 project I see in code in many places global definition of $wpdb var like:
global $wpdb;And wp-load.php file must be included for this.
But, seems, this needs global options be on in php.ini?
If there is way not to depend on configuration settings in wp project?Thanks!
The topic ‘Working with global options off ?’ is closed to new replies.