PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
mendrisio
/
wp-content
/
plugins
/
admin-menu-editor
<?php /** * @author W-Shadow * @copyright 2015 * * The uninstallation script. */ if( defined( 'ABSPATH') && defined('WP_UNINSTALL_PLUGIN') ) { //Remove the plugin's settings delete_option('ws_menu_editor'); if ( function_exists('delete_site_option') ){ delete_site_option('ws_menu_editor'); } //Remove hint visibility flags if ( function_exists('delete_metadata') ) { delete_metadata('user', 0, 'ame_show_hints', '', true); } //Remove module settings. delete_option('ws_ame_plugin_visibility'); delete_option('ws_ame_dashboard_widgets'); if ( function_exists('delete_site_option') ){ delete_site_option('ws_ame_plugin_visibility'); delete_site_option('ws_ame_hide_pv_notice'); delete_site_option('ws_ame_dashboard_widgets'); } //Remove redirect settings. delete_option('ws_ame_redirects'); if ( function_exists('delete_site_option') ) { delete_site_option('ws_ame_redirects'); delete_site_option('ws_ame_rui_first_change'); } if ( function_exists('delete_metadata') ) { delete_metadata('user', 0, 'ame_rui_first_login_done', '', true); } //Run module uninstallers. $ameModuleUninstallers = [ __DIR__ . '/modules/highlight-new-menus/uninstall.php', __DIR__ . '/modules/content-permissions/uninstall.php', ]; foreach ($ameModuleUninstallers as $ameUninstallerFile) { if ( file_exists($ameUninstallerFile) ) { include ($ameUninstallerFile); } } }
[+]
ajax-wrapper
[-] tsconfig.json
[open]
[-] uninstall.php
[open]
[+]
images
[+]
includes
[+]
css
[+]
..
[-] phpcs.xml
[open]
[+]
js
[+]
modules
[-] screenshot-2.png
[open]
[+]
customizables
[-] menu-editor.php
[open]
[-] package-lock.json
[open]
[-] readme.txt
[open]
[-] screenshot-1.png
[open]
[-] screenshot-3.png
[open]
[-] package.json
[open]