Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
wp-content
/
plugins
/
extendify
/
src
/
AutoLaunch
/
functions
:
setup.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import apiFetch from '@wordpress/api-fetch'; export const prefetchAssistData = async () => await apiFetch({ path: 'extendify/v1/auto-launch/prefetch-assist-data' }); export const postLaunchFunctions = () => apiFetch({ path: '/extendify/v1/launch/post-launch-functions', method: 'POST', });