SILENT KILLERPanel

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


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/forms

NameTypeSizeLast ModifiedActions
fluent-forms.php File 1519 bytes August 13 2024 16:02:00.
wpforms.php File 1101 bytes August 13 2024 16:02:00.

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

<?php
    /**
     * @var string $blockId
     */

    $_wrapper_classes = [
        "eb-parent-$blockId",
        $classHook
    ];

    $_form_wrapper_classes = [
        $blockId,
        'eb-fluent-form-wrapper'
    ];

    if ( $customCheckboxStyle ) {
        $_form_wrapper_classes[] = 'eb-fluent-custom-radio-checkbox';
    }

    if ( ! $showLabels ) {
        $_form_wrapper_classes[] = 'eb-fluentform-hide-labels';
    }

    if ( ! $showPlaceholder ) {
        $_form_wrapper_classes[] = 'eb-fluentform-hide-placeholder';
    }

    if ( ! $showErrorMessage ) {
        $_form_wrapper_classes[] = 'eb-fluentform-hide-errormessage';
    }

    if ( $block_object::get_form_meta( $formId ) === 'inline_subscription' ) {
        $_form_wrapper_classes[] = 'eb-fluentform-default-subscription';
    }

    if ( $formAlignment !== 'none' ) {
        $_form_wrapper_classes[] = 'eb-fluentform-alignment-' . $formAlignment;
    }

    $wrapper_attributes = get_block_wrapper_attributes(
        [
            'class' => 'root-' . $blockId
        ]
    );

?>

<div
	<?php echo wp_kses_data( $wrapper_attributes ); ?>>
	<div class="<?php echo esc_attr( implode( ' ', $_wrapper_classes ) ); ?> eb-parent-wrapper">
		<div class="<?php echo esc_attr( implode( ' ', $_form_wrapper_classes ) ); ?>">
			<?php
                $shortcode = sprintf( '[fluentform id="%s"]', esc_attr( $formId ) );
                echo do_shortcode( shortcode_unautop( wp_kses_post( $shortcode ) ) );
            ?>
		</div>
	</div>
</div>

SILENT KILLER Tool