...
Deactivate the plugin
Delete the record from the database:
Activate the plugin
After that step, plugin will create a new api key
To delete the record from the database you can run following sql script
Code Block |
---|
DELTE FROM wp_options WHERE name = 'wp_redi_restaurant_options' |
or do it with plugin
https://wordpress.org/plugins/wp-data-access/
Find and open (Explore) table wp_options
...
Find wp_redi_restaurant_options option and delete it
...