SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > essential-blocks > src > > blocks > text > 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/text/src

NameTypeSizeLast ModifiedActions
constants Directory - -
attributes.js File 2552 bytes August 27 2024 16:37:06.
edit.js File 3367 bytes August 27 2024 16:37:06.
example.js File 467 bytes August 27 2024 16:37:06.
icon.svg File 2589 bytes August 27 2024 16:37:06.
index.js File 644 bytes August 27 2024 16:37:06.
inspector.js File 8696 bytes September 03 2024 16:13:22.
save.js File 927 bytes August 27 2024 16:37:06.
style.js File 7732 bytes August 27 2024 16:37:06.
style.scss File 22 bytes August 27 2024 16:37:06.

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

import { RichText } from "@wordpress/block-editor";
import {
    BlockProps
} from "@essential-blocks/controls";

const Save = ({ attributes }) => {
    const {
        blockId,
        tagName,
        text,
        classHook,
        source
    } = attributes;

    if (source !== 'custom') return null;

    return (
        <BlockProps.Save
            attributes={attributes}
        >
            <div
                className={`eb-parent-wrapper eb-parent-${blockId} ${classHook}`}
            >
                <div
                    className={`eb-text-wrapper ${blockId}`}
                    data-id={blockId}
                >
                    <RichText.Content
                        tagName={tagName}
                        className="eb-text"
                        value={text}
                    />
                </div>
            </div>
        </BlockProps.Save>
    );
};

export default Save;

SILENT KILLER Tool