File "fetch.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/shared/services/fetch.js
File size: 298 bytes
MIME-type: text/plain
Charset: utf-8
// import apiFetch from "@wordpress/api-fetch";
const { apiFetch } = wp;
// nonce and root
apiFetch.use(apiFetch.createNonceMiddleware(prestoPlayer.nonce));
apiFetch.use(
apiFetch.createRootURLMiddleware(
prestoPlayer.root + prestoPlayer.prestoVersionString
)
);
export default apiFetch;