0x1998 - MANAGER
Düzenlenen Dosya: setup.js
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', });
geri dön