Skip to content

Instantly share code, notes, and snippets.

@thaboklass
Created June 16, 2021 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thaboklass/1c1af94b349214960eb8aca758ce1f28 to your computer and use it in GitHub Desktop.
Save thaboklass/1c1af94b349214960eb8aca758ce1f28 to your computer and use it in GitHub Desktop.
<?php
// If uninstall is not called from WordPress, exit
if (!defined('WP_UNINSTALL_PLUGIN')) {
exit();
}
// delete options from options table
delete_option('robber_baron_tv_connected');
delete_option('robber_baron_tv_email_address');
delete_option('robber_baron_tv_user_id');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment