Untitled
unknown
plain_text
a month ago
345 B
3
Indexable
Never
$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