Hi @lauratraveler,
Sorry for any inconvenience you had to face while using the plugin. Once you deactivate our plugin, the cookies won’t be set. Try clearing the server-side caching to resolve it.
Please refer to this thread here to remove all database tables.
Thanks @webtoffee
So do I add this code to the functions.php, save the functions.php and after a couple of minutes remove the function from functions.php and save again?
Sorry if this is a silly question, but I’ve never done this before.
Hi @lauratraveler,
That code was specific to that user and you may find it difficult to implement. You may please remove that code.
We have developed a different one for you. Please add the code here in to site theme functions.php.
Then add a parameter to the site URL and run it. Once run you can remove the code.
Eg:
yourdomain/wp-admin/?wt-cli-delete-terms
@webtoffee Btw, the code you provided doesn’t delete the cli_ tables nor the data in those tables. Do I have to delete those tables manually?
Hi @lauratraveler,
You can use the code snippet here to remove the database tables.
After adding the code to your theme’s functions.php, you can run it by loading,
your-site-url/wp-admin/?wt-clear-all
By default, we are truncating the tables. To delete the tables,
Please change the value of the variable “$delete_table” to “true” on the function wt_cli_clear_db_entries().`