REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.20 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/HelpCenter/HelpCenter.jsx
Text
Base64
import { Modal } from '@help-center/components/modal/Modal'; import { GuidedTour } from '@help-center/components/tours/GuidedTour'; import { useRouter } from '@help-center/hooks/useRouter'; import { useGlobalSyncStore } from '@help-center/state/globals-sync'; import { useEffect } from '@wordpress/element'; import { AnimatePresence } from 'framer-motion'; export const HelpCenter = () => { // register a custom event to hide the Help Center. const { setVisibility, visibility } = useGlobalSyncStore(); const { navigateTo } = useRouter(); useEffect(() => { const handleOpen = (event) => { event?.detail?.page && navigateTo(event.detail.page); setVisibility('open'); }; const handleMinimize = () => { if (visibility !== 'open') return; setVisibility('minimized'); }; window.addEventListener('extendify-hc:open', handleOpen); window.addEventListener('extendify-hc:minimize', handleMinimize); return () => { window.removeEventListener('extendify-hc:open', handleOpen); window.removeEventListener('extendify-hc:minimize', handleMinimize); }; }, [setVisibility, visibility, navigateTo]); return ( <> <AnimatePresence> <Modal /> </AnimatePresence> <GuidedTour /> </> ); };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 6 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
components
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pages
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
state
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tours
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
buttons.js
1.42 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
help-center.css
637 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
help-center.js
671 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
HelpCenter.jsx
1.20 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).