/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
tc-team-members
/
Upload File
HOME
<?php /** * Fired when the plugin is uninstalled. * * @link http://themescode.com * @since 1.0.0 * * @package TC Team Members by Themescode */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }