Uname: Linux p3plzcpnl499967.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: Apache
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 208.109.40.231
Your Ip: 216.73.216.26
User: nayff91c5tsx (10005085) | Group: nayff91c5tsx (10005085)
Safe Mode: OFF
Disable Function:
NONE

name : index.php
<?php
// phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- Template variables in view files
do_action('fluentform/global_menu');
?>
    <div class="ff_form_wrap">
        <div class="ff_form_wrap_area">
            <?php
            do_action('fluentform/before_form_reports_render');
            ?>
            <div class="ff_all_forms" id="ff_all_forms_app">
                <div id="ff_reports">
                    <ff-reports></ff-reports>
                    <global-search></global-search>
                </div>
            </div>
            <?php
            do_action('fluentform/after_form_reports_render');
            ?>
        </div>
    </div>
<?php
$notices = apply_filters('fluentform/dashboard_notices', []);

if ($notices) {
    echo '<div class="ff_global_notices">';
    foreach ($notices as $noticeKey => $notice) :
        ?>
        <div class="ff_global_notice ff_notice_<?php
        echo esc_attr($notice['type']); ?>">
            <?php
            echo esc_html($notice['message']); ?>
        </div>
    <?php
    endforeach;
    echo '</div>';
}
© 2026 GrazzMean