Doesn’t use the specified WP database table prefix when it should
-
Just wanted to let you know that the plugin is currently always using
wp_
as the table prefix for thewp_ada_compliance
table rather than using what’s specified in the wp-config.php file. This seems like an issue of the plugin complying with common & established WordPress plugin conventions (this one being a possible security concern, conflict if there’s multiple sites using this plugin in a single database, etc.), and hopefully it’ll be a quick & easy fix.I’d imagine this plugin should check to see if the
wp_ada_compliance
the table exists when wp-config.php has the prefix set to something else when upgrading from a previous version and rename it accordingly (taking care of existing installations), and then have it so all calls to the table always use the specified table prefix everywhere else in the code (simply just using the preferred setup from then on). I’m assuming this is also the case for the paid plugin as much as it is for the free version, currently.Thanks for the great plugin and support,
Kurt
- The topic ‘Doesn’t use the specified WP database table prefix when it should’ is closed to new replies.