REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 654 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Assist/components/tasks/UpdateSiteIcon.jsx
Text
Base64
import { ImageUploader } from '@assist/components/ImageUploader'; import { useTasksStore } from '@assist/state/tasks'; import { useEffect } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; export const UpdateSiteIcon = ({ setModalTitle }) => { const { completeTask } = useTasksStore(); const updateTask = () => { completeTask('site-icon'); }; useEffect(() => { setModalTitle(__('Upload site icon', 'extendify-local')); }, [setModalTitle]); return ( <ImageUploader type="site_icon" title={__('Site icon', 'extendify-local')} actionLabel={__('Set site icon', 'extendify-local')} onUpdate={updateTask} /> ); };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
UpdateLogo.jsx
645 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
UpdateSiteDescription.jsx
2.39 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
UpdateSiteIcon.jsx
654 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).