SILENT KILLERPanel

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


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

NameTypeSizeLast ModifiedActions
actions.js File 6270 bytes February 26 2025 16:22:10.
constant.js File 1857 bytes February 26 2025 16:22:10.
controls.js File 3806 bytes February 26 2025 16:22:10.
index.js File 496 bytes August 27 2024 16:37:06.
reducer.js File 2835 bytes February 26 2025 16:22:10.
resolvers.js File 1509 bytes August 27 2024 16:37:06.
selectors.js File 1982 bytes February 26 2025 16:22:10.

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

/**
 * Store Setup
 */
import {
    createReduxStore,
    register
} from '@wordpress/data';

import * as actions from "./actions"
import * as selectors from "./selectors"
import * as controls from "./controls"
import * as resolvers from "./resolvers"
import reducer from "./reducer"

/**
 * Create WP Redux Store
 */
const store = createReduxStore(
    'essential-blocks',
    {
        reducer,
        actions,
        selectors,
        controls,
        resolvers
    }
);

register(store);

SILENT KILLER Tool