per_page returns posts in the range of 1 to 100, but needed to return 500. How to get all posts from the WordPress REST API?
per_page returns posts in the range of 1 to 100, but needed to return 500. How to get all posts from the WordPress REST API?
If you use & filter [posts_per_page] = - 1 you return all ..