Hard Coded WordPress Database Tables
-
Hello,
It appears that your code is using hard coded wordpress prefixes meaning that when I’m not using the wp_ prefix my code is breaking.
You should be referring to the tables with $wpdb->prefix instead of ‘wp_’
Can you update your plugin to fix this please?
thanks.
http://ww.wp.xz.cn/plugins/send-email-only-on-reply-to-my-comment/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Hard Coded WordPress Database Tables’ is closed to new replies.