Implements hook_field_widget_info_alter().
function field_field_widget_info_alter(&$info) { // Add the Hidden widget to all field types. $info['hidden']['field_types'] = array_keys(field_info_field_types()); }