OwlCyberSecurity - MANAGER
Edit File: uninstall.php
<?php /** * Fired when the plugin is uninstalled. * * * @package Auxin * @license LICENSE.txt * @author averta * @link http://averta.net/phlox/ * @copyright (c) 2010-2024 averta */ // If uninstall not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit( 'No Naughty Business Please !' ); }