HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/Gosurya/WP2/wp-content/themes/my-listing/sections/featured-section.php
<?php
    $data = c27()->merge_options([
            'content' => '',
            'is_edit_mode' => false,
        ], $data);
?>

<div class="featured-section c27-featured-section">
    <div class="featured-caption">
        <div class="container-fluid">
            <div class="row">
                <div class="col-md-12 fc-description">
                    <?php echo do_shortcode($data['content']) ?>
                </div>
            </div>
        </div>
    </div>
</div>

<?php if ($data['is_edit_mode']): ?>
    <!-- When the section is being edited in Elementor, re-call the necessary scripts for it to be displayed properly. -->
    <script type="text/javascript">case27_ready_script(jQuery);</script>
<?php endif ?>