DB table name hard coded in file
-
In file Background_Remove_Duplicate_Visibility_Meta.php you have hard coded the name of the postmeta table which causes a LOT of errors for sites that have a different db table prefix then wp_. Please replace with {$wpdb->postmeta} on line 141.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘DB table name hard coded in file’ is closed to new replies.