/** * Implements hook_views_plugins_exposed_form_alter(). */ function {{ machine_name }}_views_plugins_exposed_form_alter(array &$plugins) { // Remove the available plugin because the users should not have access to it. unset($plugins['input_required']); }