Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
workflows
/
extermal
/
tools
:
update-theme-variation.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import apiFetch from '@wordpress/api-fetch'; // variation here should be added to the payload by the custom component const id = window.extSharedData.globalStylesPostID; export default ({ variation }) => apiFetch({ method: 'POST', path: `/wp/v2/global-styles/${id}`, data: { id, settings: variation.settings, styles: variation.styles, }, });