Empty article content over REST API in WordPress 5.5
-
After upgrading WordPress to 5.5 the behavior of fetching article content over my REST API /wp-json/wp/v2/posts/?slug=<article-slu> changed. I debugged the cause to be Ultimate Category Excluder.
More specifically, if an article belongs to a category with ‘Exclude from Front Page?’ checked in the plugin settings, its content is not visible over the REST API anymore.
I noticed that WordPress REST API has been changed significantly in the 5.5 release. I wonder if the plugin will be updated sometime soon?
- The topic ‘Empty article content over REST API in WordPress 5.5’ is closed to new replies.