SILENT KILLERPanel

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


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/src//blocks/row/src

NameTypeSizeLast ModifiedActions
constants Directory - -
attributes.js File 3301 bytes June 29 2025 14:07:42.
deprecated.js File 3236 bytes August 27 2024 16:37:06.
edit.js File 24635 bytes December 04 2024 11:12:16.
example.js File 90 bytes August 27 2024 16:37:06.
icon.svg File 774 bytes August 27 2024 16:37:06.
index.js File 730 bytes August 27 2024 16:37:06.
inspector.js File 5449 bytes August 27 2024 16:37:06.
save.js File 775 bytes August 27 2024 16:37:06.
style.js File 14531 bytes June 29 2025 14:07:42.
style.scss File 994 bytes August 27 2024 16:37:06.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/src//blocks/row/src/save.js

import { InnerBlocks } from "@wordpress/block-editor";
import {
    BlockProps
} from "@essential-blocks/controls";
const save = ({ attributes }) => {
    const {
        blockId,
        classHook,
    } = attributes;

    return (
        <BlockProps.Save attributes={attributes}>
            <div className={`eb-parent-wrapper eb-parent-${blockId} ${classHook}`}>
                <div className={`eb-row-root-container ${blockId}`} data-id={blockId}>
                    <div className={`eb-row-wrapper`}>
                        <div className="eb-row-inner">
                            <InnerBlocks.Content />
                        </div>
                    </div>
                </div>
            </div>
        </BlockProps.Save>
    );
};

export default save;

SILENT KILLER Tool