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