PATH:
home
/
lab2454c
/
veritserv.com
/
wp-content
/
plugins
/
contact-form-entries
<?php /** * Uninstall */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } $path=plugin_dir_path(__FILE__); include_once($path . "contact-form-entries.php"); include_once($path . "includes/install.php"); $install=new vxcf_form_install(); $settings=get_option(vxcf_form::$id.'_meta',array()); if(!empty($settings['plugin_data'])){ $install->remove_data(); }
[+]
js
[+]
includes
[-] uninstall.php
[edit]
[-] contact-form-entries.php
[edit]
[+]
..
[+]
languages
[+]
css
[-] readme.txt
[edit]
[+]
templates
[+]
wp
[-] .htaccess
[edit]
[+]
images