We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems the uninstall script needs some love, as it currently contains a few issues:
$wpdb->prefix
delete_option( '' )
The text was updated successfully, but these errors were encountered:
Use $wpdb->prefix for table names in uninstall (#375).
51048f3
No branches or pull requests
It seems the uninstall script needs some love, as it currently contains a few issues:
$wpdb->prefix
in table namesdelete_option( '' )
statements (originating from c88412d and 13e5931)The text was updated successfully, but these errors were encountered: