jpcontrerasv
7/30/2014 - 2:53 PM

Fix Wp - DB

Fix Wp - DB

A workaround fix is to wrap the wpdp class in wp-includes/wp-db.php in the following:

Line 52:

if(class_exists('wpdb') != true)
{

class wpdb {
...
}

}