📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 06:40:40
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
popup-builder
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/popup-builder
🔄 Refresh
✏️
Editing: uninstall.php
Writable
<?php if (!defined('WP_UNINSTALL_PLUGIN')) { exit(); } use sgpb\Installer; if (!defined('SG_POPUP_FILE_NAME')) { define('SG_POPUP_FILE_NAME', plugin_basename(__FILE__)); } if (!defined('SG_POPUP_FOLDER_NAME')) { define('SG_POPUP_FOLDER_NAME', plugin_basename(dirname(__FILE__))); } require_once(dirname(__FILE__).'/com/config/config.php'); require_once(SG_POPUP_CLASSES_PATH.'Installer.php'); Installer::uninstall();
💾 Save Changes
❌ Cancel