SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > essential-blocks > views


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/views

NameTypeSizeLast ModifiedActions
advanced-image Directory - -
common Directory - -
forms Directory - -
insta-partials Directory - -
post-partials Directory - -
woocommerce Directory - -
admin.php File 230 bytes February 14 2024 13:53:58.
form-block.php File 2425 bytes June 29 2025 14:07:42.
instagram-feed.php File 2931 bytes August 27 2024 16:37:06.
post-carousel.php File 2623 bytes January 12 2025 17:13:54.
post-grid.php File 3558 bytes January 12 2025 17:13:54.
post-meta.php File 3235 bytes January 12 2025 17:13:54.
product-grid.php File 3761 bytes March 24 2025 12:57:24.
product-images.php File 2262 bytes May 08 2025 15:01:12.
quick-setup.php File 222 bytes April 23 2025 15:48:10.
social-share.php File 4027 bytes April 15 2025 10:05:52.
taxonomy.php File 613 bytes January 12 2025 17:13:54.
welcome.php File 6542 bytes September 07 2023 14:03:24.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/views/form-block.php

<?php
    $_parent_classes = [
        'eb-parent-wrapper',
        'eb-parent-' . $blockId,
        $classHook
    ];
    $_form_classes = [
        'eb-form',
        'form-layout-' . $formLayout,
        $formStyle
    ];
    $wrapper_attributes = get_block_wrapper_attributes(
        [
            'class' => 'root-' . $blockId,
        ]
    );

    if ($enableMultistepForm) {
        $_form_classes[] = 'eb-multistep-form';
    }

    $extra_keys = ['essentialAttr', 'classHook', 'submit_button_html', 'confirmation_div_html', 'content', 'nonce'];
    $attributes_only = array_diff_key($data, array_flip($extra_keys));
?>
<div <?php echo wp_kses_data( $wrapper_attributes); ?>>
    <div class="<?php echo esc_attr( implode( ' ', $_parent_classes ) );?>">
        <div id="<?php echo esc_attr( $blockId );?>" class="<?php echo esc_attr( $blockId );?> eb-form-wrapper">
            <form id="<?php echo esc_attr( $formId );?>"
                class="<?php echo esc_attr( implode( ' ', $_form_classes ) );?>" action="">
                <div class="eb-form-fields">
                    <?php
                    if ($formType === 'multistep_form' && $enableMultistepForm && $stepIndecator) {
                        // Just call do_action without echoing its result
                        do_action('eb_form_step_indicator_html',
                            $attributes_only['multistepdata'],
                            $stepNavigationStyle,
                            $enableStepCount,
                            $enableStepIcon,
                            $enableStepSubtitle
                        );
                    }
                    ?>
                    <?php echo wp_kses($content, 'post'); ?>
                </div>
                <input class="form-nonce" type="hidden" name="form-nonce" value="<?php echo esc_attr( $nonce );?>" />
                <div class="eb-form-submit">
                    <?php
                    if ($formType === 'multistep_form' && $enableMultistepForm) {
                        // Just call do_action without echoing its result
                        do_action('eb_form_steps_button_html', $attributes_only);
                    }
                    ?>
                    <?php echo wp_kses_post( $submit_button_html ); ?>
                </div>
            </form>
            <?php echo wp_kses_post($confirmation_div_html); ?>
        </div>
    </div>
</div>

SILENT KILLER Tool