You have been experimenting with Wappointment and it’s not working the way you want anymore?
Or maybe you just want to completely erase all traces of Wappointment from your database.
Activate the reset mode
Go and edit your wp-config.php at the root of your website, and before the line โ/* Thatโs all, stop editing! Happy blogging. */โ copy the following line:
define( 'WAPPOINTMENT_TEST', true );
Then head to Wappointment > Settings > Advanced and click the button Uninstall at the bottom of the page. This will remove all of your data and redirect you to the first step of the setup wizard.
Finally Once you’re done don’t forget to remove the line from the wp.config.php you’ve just added earlier:
define( 'WAPPOINTMENT_TEST', true );