Increasing wordpress per_page maximum (Fixes Invalid parameter(s): per_page)

Have you run into the issue where WordPress won’t return the number of results you’re seeking through the API? The api accepts a per_page parameter, however WordPress has this value capped at 100. That’s a pretty low maximum and unfortunately they’ve made it difficult to change it. I found various suggestions to use this filter, … Continue reading Increasing wordpress per_page maximum (Fixes Invalid parameter(s): per_page)