REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 807 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/PageCreator/hooks/useSiteImages.js
Text
Base64
import { getPageImages } from '@page-creator/api/DataApi'; import { usePageProfile } from '@page-creator/hooks/usePageProfile'; import { useGlobalsStore } from '@page-creator/state/global'; import { useEffect } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; import useSWRImmutable from 'swr/immutable'; export const useSiteImages = () => { const { loading, pageProfile } = usePageProfile(); const { setProgress, regenerationCount } = useGlobalsStore(); const { data, error } = useSWRImmutable( loading ? null : { key: `page-images-${regenerationCount}`, pageProfile }, getPageImages, ); useEffect(() => { if (data) return; setProgress(__('Finding images...', 'extendify-local')); }, [data, setProgress]); return { siteImages: data, error, loading: !data && !error }; };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
usePageCustomContent.js
2.08 KB
lrw-r--r--
2026-02-27 04:48:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
usePageLayout.js
1.28 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
usePageProfile.js
987 B
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
useSiteImages.js
807 B
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
useSitePlugins.js
515 B
lrw-r--r--
2025-08-27 17:47:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).