<?php /** * Handles plugin uninstallation. * * @package Before and After Slider for VC */ // If uninstall is not called from WordPress, exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); }