BUG: wp_ prefix
-
Installed your plugin and it’s giving an error when running database checks…
It assumes the table prefix is “wp_” and it’s not on any of my sites.
select BENCHMARK(1000000,(select sum(ID) from wp_users limit 5))It should get the prefix from the wp-config file.
The topic ‘BUG: wp_ prefix’ is closed to new replies.