File "uninstall.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/keyword-to-url/uninstall.php
File size: 189 bytes
MIME-type: --
Charset: utf-8

<?php
if( !defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
    exit();
 
delete_option( 'mcn_keyword_to_url_serialized' );
delete_option( 'mcn_keyword_to_url_first_only' );
?>