shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/HelpCenter/lib/ [ drwxr-xr-x ]
import apiFetch from '@wordpress/api-fetch';
export const updateUserMeta = (option, value) =>
apiFetch({
path: '/extendify/v1/shared/update-user-meta',
method: 'POST',
data: { option, value },
});