Removing Content From WP API Response When Listing Posts

For many reasons you might want to exclude certainĀ fields from WP API response in certain circumstances. In this short post I’ll be showing you how to remove the “content” field from WP API response when visiting /wp/v2/posts route. Say for performances’ sake we really don’t want the whole post content to show when we listing … Continue reading Removing Content From WP API Response When Listing Posts