Sid Gifari File Manager
🏠 Root
/
home2
/
nuveprin
/
ahavahome.org
/
wp-content
/
plugins
/
extendify
/
src
/
HelpCenter
/
lib
/
Editing: utils.js
export const isOnLaunch = () => { const q = new URLSearchParams(window.location.search); return ['page'].includes(q.get('extendify-launch')); }; export const hasPageCreatorEnabled = window.extSharedData?.showAIPageCreation;
Save
Cancel