Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
345 B
3
Indexable
$groupTitle = isset($attributes['groupTitle']) ? $attributes['groupTitle'] : '';
$dataGroupTitle = $groupTitle ? 'data-grouptitle="' . esc_attr($groupTitle) . '"' : '';

$block_content = str_replace('<!-- Tabs Placeholder -->', '<div class="block-container" ' . $dataGroupTitle . '>', $block_content);
// Add the rest of your block content here
Leave a Comment