SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > wp-user-frontend > assets > > js > stores


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//wp-user-frontend/assets//js/stores

NameTypeSizeLast ModifiedActions
component.js File 273 bytes September 12 2024 14:30:42.
fieldDependency.js File 231 bytes September 12 2024 14:30:42.
notice.js File 363 bytes September 12 2024 14:30:42.
quickEdit.js File 288 bytes September 12 2024 14:30:42.
subscription.js File 15993 bytes June 02 2025 07:42:20.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins//wp-user-frontend/assets//js/stores/notice.js

import {defineStore} from 'pinia';

export const useNoticeStore = defineStore( 'notice', {
    state: () => ( {
        display: false,
        notices: [],
    } ),
    actions: {
        addNotice( notice ) {
            this.notices.push( notice );
        },
        removeNotice( index ) {
            this.notices.splice( index, 1 );
        },
    },
} );

SILENT KILLER Tool