X7ROOT File Manager
Current Path:
/home/okeydcqc/.trash/wp-content.7/plugins/extendify/src/PageCreator/state
home
/
okeydcqc
/
.trash
/
wp-content.7
/
plugins
/
extendify
/
src
/
PageCreator
/
state
/
ðŸ“
..
📄
cache.js
(387 B)
📄
global.js
(466 B)
📄
pages.js
(1.52 KB)
📄
plugins-cache.js
(666 B)
📄
user.js
(943 B)
Editing: cache.js
import { create } from 'zustand'; import { persist } from 'zustand/middleware'; export const usePageDescriptionStore = create( persist( (set) => ({ description: null, setDescription: (description) => set({ description }), reset: () => set({ description: null }), }), { name: `extendify-page-creator-page-description-cache-${window.extSharedData.siteId}`, }, ), );
Upload File
Create Folder