You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
290B

  1. <?php // Prismatic - Uninstall Remove Options
  2. if (!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) exit();
  3. delete_option('prismatic_options_general');
  4. delete_option('prismatic_options_prism');
  5. delete_option('prismatic_options_highlight');
  6. delete_option('prismatic_options_plain');