Alter field_attach_preprocess() variables.
This hook is invoked while preprocessing the field.tpl.php template file in field_attach_preprocess().
$variables: The variables array is passed by reference and will be populated with field values.
$context: An associative array containing:
function hook_field_attach_preprocess_alter(&$variables, $context) {
// @todo Needs function body.
}