Full page NGINX (or Cloudflare) caching and WordPress nonces
Goal: I want to cache the full WordPress response via NGINX and exclusively use the REST API for the user specific parts. Issue: … Read more
Goal: I want to cache the full WordPress response via NGINX and exclusively use the REST API for the user specific parts. Issue: … Read more
I have a multisite wp installation and am trying to access the posts from the rest api for a subsite. I keep getting … Read more
I’m using the rest API to get only selected posts though Rest API. I have used include=<ids> parameter. I have send the API … Read more
how can I create a new post post (custom type, with custom fields) on the front end using rest api and an http … Read more
if I’m using the REST API to create endpoints in my plugin, should I be flushing rewrite rules on init or in rest_api_init? … Read more
I created an extra select option ACF field for media uploader and I would like to retrieve the associated values in Gutenberg MediaUploader … Read more
When I add a filter to custom get_all_posts API callback, API works, but the admin page for each page is blank. Why? function … Read more
I’ve defined a REST endpoint /my-plugin/v1/post-read to show whether a post has been read or not, per-user. In PHP, my plugin keeps track … Read more
I’m using Vue.js to consume the Rest API for both posts and a custom post type. I’m using the _embed query on the … Read more
I have a multisite wordpress installation on aws linux, working perfectly fine. The WP Rest api is also working exactly as it should. … Read more