Cross-Origin Resource Sharing (CORS) is a relatively new problem in JavaScript development. Maybe I’m showing my age here, but I can distinctly remember when there were no concerns with loading JavaScript from all over the internet into your blog. It was new!...
Read More Resolve CORS Errors with WordPress REST APITag: WordPress REST API
WP API: Adding Custom Endpoints
Here at WDS, we’re expanding our usage of the WP API. We have had a number of API posts in the past, and now we want to cover custom API endpoints more thoroughly. When working with custom content in WordPress, it is likely...
Read More WP API: Adding Custom Endpoints