????

Your IP : 216.73.216.175


Current Path : /proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Library/api/
Upload File :
Current File : //proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Library/api/WPApi.js

import apiFetch from '@wordpress/api-fetch';

export const updateOption = async (option, value) =>
	await apiFetch({
		path: '/extendify/v1/library/settings/single',
		method: 'POST',
		data: { key: option, value },
	});

export const getSiteImages = () =>
	apiFetch({ path: '/extendify/v1/shared/site-images' });