Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
pokeloken
/
admin
/
wp-content
/
wp-content
/
wp-content
/
plugins
/
extendify
/
src
/
HelpCenter
/
lib
:
utils.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
export const isOnLaunch = () => { const q = new URLSearchParams(window.location.search); return ['page'].includes(q.get('extendify-launch')); }; export const hasPageCreatorEnabled = window.extSharedData?.showAIPageCreation;