Mobile Privacy Policy

records)) { $record = array_shift(array_values($thanos_response->records)); if (!empty($record)) { $fields = $record->fields; // Get content that matches "field_name" foreach ($fields as $field) { if ($field->fieldName == "Mobile Privacy Policy") { $content = $field->value; } } if (!empty($content)) { echo $content; } } } ?>