HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/locationdebateau/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 ?>