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//wpforms.php

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

	$_wrapper_classes = array(
		"eb-parent-$blockId",
		$classHook,
	);

	$_form_wrapper_classes = array(
		$blockId,
		'eb-wpforms-wrapper',
	);

	if ( array_key_exists( $formAlignment, $alignment ) ) {
		$_form_wrapper_classes[] = $alignment[ $formAlignment ];
	}

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

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

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

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

	$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 wpforms_display( $formId ); ?>
		</div>
	</div>
</div>

SILENT KILLER Tool