UNPKG

@frontkom/gutenberg-js

Version:

gutenberg-js - An extension of the Wordpress Gutenberg editor

13 lines (10 loc) 276 B
import apiFetch from '@wordpress/api-fetch/build-module'; if (window.wp.apiFetch) { const props = Object.keys(apiFetch); props.forEach(prop => { window.wp.apiFetch[prop] = window.wp.apiFetch[prop] || apiFetch[prop]; }); } else { window.wp.apiFetch = apiFetch; }