Why the plugin doesn’t prefix its tables?
-
Hi Gregory,
I have a question before giving a try to WP Cerber about your choice to do not use the database prefix (
$wpdb->prefix) for your plugin databases. IMHO it could be considered as a security issue even if the databases don’t store crucial data. What are your arguments about this behaviour? Is there any way that it changes into a next version ?Plus, it will be more relevant to use the function
dbDeltato create the databases as the doc recommends it https://codex.ww.wp.xz.cn/Creating_Tables_with_Plugins instead of the simple$wpdb->query.Hope this issue contributes to your plugin,
Xavier.
The topic ‘Why the plugin doesn’t prefix its tables?’ is closed to new replies.