?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/marketing-and-seo-booster/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins

?? Viewing: uninstall.php

<?php
// if uninstall.php is not called by WordPress, die
if (!defined('WP_UNINSTALL_PLUGIN')) {
    die;
}

delete_option( 'masb_abc_split' );
delete_option( 'masb_analytics_codes' );


??

??