PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wp-simple-firewall
<?php declare( strict_types=1 ); if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } // Ensure Shield isn't active elsewhere. if ( !@\class_exists( '\FernleafSystems\Wordpress\Plugin\Shield\Controller\Controller' ) ) { return; require_once( dirname( __FILE__ ).'/src/lib/vendor/autoload.php' ); try { \FernleafSystems\Wordpress\Plugin\Shield\Controller\Controller::GetInstance( path_join( __DIR__, 'icwp-wpsf.php' ) )->deletePlugin(); } catch ( \Exception $e ) { } }
[+]
templates
[-] .htaccess
[edit]
[+]
src
[-] readme.txt
[edit]
[-] plugin.json
[edit]
[+]
assets
[-] plugin_autoload.php
[edit]
[+]
flags
[-] uninstall.php
[edit]
[+]
languages
[-] cl.json
[edit]
[-] plugin_init.php
[edit]
[-] unsupported.php
[edit]
[-] plugin_compatibility.php
[edit]
[-] icwp-wpsf.php
[edit]
[+]
..