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/post-carousel.php

<?php
    $_wrapper_classes = [
        $blockId,
        $preset,
        $arrows == 1 ? 'slick-arrows' : 'arrow-none',
        $adaptiveHeight == 1 ? 'equal-height' : 'arrow-none',
        $dotPreset
    ];

    $_eb_classes = [
        'eb-post-carousel',
        'init-' . $blockId
    ];

      $wrapper_attributes = get_block_wrapper_attributes(
		[
			'class' => 'root-' . $blockId,
		]
	);
?>
<div <?php echo wp_kses_data( $wrapper_attributes); ?>>
    <div class="eb-parent-wrapper eb-parent-<?php echo esc_attr( $blockId ); ?> <?php echo esc_attr( $classHook ); ?>">
        <div class="<?php echo esc_attr( implode( ' ', $_wrapper_classes ) ); ?> eb-post-carousel-wrapper"
            data-id="<?php echo esc_attr( $blockId ); ?>"
            data-querydata="<?php echo esc_attr( serialize( $queryData ) ); ?>"
            data-slidersettings="<?php echo esc_attr( wp_json_encode( $sliderSettings ) ); ?>"
            data-attributes="<?php echo esc_attr( wp_json_encode( $essentialAttr ) ); ?>">

            <div class="<?php echo esc_attr( implode( ' ', $_eb_classes ) ); ?>"
                data-id="<?php echo esc_attr( $blockId ); ?>">
                <?php
                    /**
                     * Post Grid Markup
                     */

                    if ( ! empty( $posts ) ) {
                        $_defined_vars = get_defined_vars();
                        $_params       = isset( $_defined_vars['data'] ) ? $_defined_vars['data'] : [];

                        $_params = array_merge(
                            $_params,
                            [
                                'posts'      => $posts,
                                'queryData'  => isset( $queryData ) ? $queryData : [],
                                'source'     => isset( $queryData['source'] ) ? $queryData['source'] : 'post',
                                'headerMeta' => ! empty( $headerMeta ) ? json_decode( $headerMeta ) : [],
                                'footerMeta' => ! empty( $footerMeta ) ? json_decode( $footerMeta ) : []
                            ]
                        );

                        $helper::views( 'post-partials/carousel-markup', $_params );
                    }

                    /**
                     * No Post Markup
                     */
                    if ( empty( $posts ) ) {
                        $helper::views( 'common/no-content', [
                            'content' => __( 'No Posts Found', 'essential-blocks' )
                        ] );
                    }
                ?>
            </div>
        </div>
    </div>
</div>

SILENT KILLER Tool