$title, 'pageDescription' => $description, 'ogImage' => $image, 'fullUrl' => $fullUrl, 'oembedUrl' => $oembedUrl, 'globals' => $globals ]; } } if (!function_exists('cleanMeta')) { function cleanMeta($value) { $value = trim($value ?? ''); $value = str_replace(["\r", "\n"], ' ', $value); $value = preg_replace('/\s+/', ' ', $value); return htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); } } ?>