<?php /** * Fired when the plugin is uninstalled. * * @package MagicForm * @author MagicLabs */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }