whoami7 - Manager
:
/
home
/
topsuzmw
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
PageCreator
/
state
/
Upload File:
files >> /home/topsuzmw/public_html/wp-content/plugins/extendify/src/PageCreator/state/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}`, }, ), );
Copyright ©2021 || Defacer Indonesia