shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/Library/api/ [ drwxr-xr-x ]
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 },
});