function($prop) { $id = trim((string)($prop['id'] ?? '')); $class = trim((string)($prop['class'] ?? '')); $label = trim((string)($prop['label'] ?? $prop['text'] ?? '')); $variant = preg_replace('/[^a-z0-9_-]/i', '', strtolower(trim((string)($prop['variant'] ?? 'neutral')))); if ($variant === '') $variant = 'neutral'; $title = trim((string)($prop['title'] ?? '')); ob_start(); ?> class="ws-status-pill ws-status-pill-"> 'Compact semantic status badge for neutral, info, success, warning, and danger states', ];