PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
lib
import apiFetch from '@wordpress/api-fetch'; export const updateOption = async (option, value) => { await apiFetch({ path: '/extendify/v1/agent/options', method: 'post', data: { option, value }, }); }; export const getOption = (option) => { const params = new URLSearchParams({ option: String(option) }); return apiFetch({ path: `/extendify/v1/agent/options?${params.toString()}`, method: 'GET', }); };
[-] media-views.js
[edit]
[-] confetti.js
[edit]
[-] media.js
[edit]
[-] page-tours.js
[edit]
[-] svg-helpers.js
[edit]
[-] editor.js
[edit]
[-] redirects.js
[edit]
[-] svg-blocks-scanner.js
[edit]
[-] variant-classes.js
[edit]
[+]
..
[+]
__tests__
[-] markdown.js
[edit]
[-] wp.js
[edit]
[-] blocks.js
[edit]
[-] util.js
[edit]
[-] tour-helpers.js
[edit]