REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.26 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/PageCreator/page-creator.js
Text
Base64
import { whenEditorIsReady } from '@shared/lib/wp'; import '@page-creator/page-creator.css'; import { hasPageCreatorEnabled } from '@help-center/lib/utils'; import { MainButton } from '@page-creator/components/MainButton'; import { Modal } from '@page-creator/components/Modal'; import { render } from '@shared/lib/dom'; const isPageCreatorEnabled = () => { return ( hasPageCreatorEnabled && window.wp.data.select('core/editor').getCurrentPostType() === 'page' ); }; whenEditorIsReady().then(() => { if (!isPageCreatorEnabled()) return; const id = 'extendify-page-creator-btn'; const className = 'extendify-page-creator'; const page = '.editor-document-tools'; // const fse = '.edit-site-header-edit-mode__start'; if (document.getElementById(id)) return; const btnWrap = document.createElement('div'); const btn = Object.assign(btnWrap, { id, className }); render(<MainButton />, btn); setTimeout(() => { document.querySelector(page)?.after(btn); // document.querySelector(fse)?.append(btn); }, 300); const mdl = 'extendify-page-creator-modal'; if (document.getElementById(mdl)) return; const modalWrap = document.createElement('div'); const modal = Object.assign(modalWrap, { id: mdl, className }); document.body.append(modal); render(<Modal />, modal); });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 9 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
api
DIR
-
drwxr-xr-x
2026-04-28 02:40:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
components
DIR
-
drwxr-xr-x
2026-04-28 02:40:02
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:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icons
DIR
-
drwxr-xr-x
2026-04-28 02:40:02
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:02
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:02
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:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
util
DIR
-
drwxr-xr-x
2026-04-28 02:40:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_data
DIR
-
drwxr-xr-x
2026-04-28 02:40:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page-creator.css
307 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
page-creator.js
1.26 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).