API Returns "null" for /pages
-
When issuing a simple GET to
/pages
the API just returns the stringnull
.When I run a GET on
/wp-json
theroutes
object returns the following for pages:[/pages] => stdClass Object ( [supports] => Array ( [0] => HEAD [1] => GET [2] => POST ) [meta] => stdClass Object ( [self] => https://boutote.com/wp-json/pages ) [accepts_json] => 1 )
- The topic ‘API Returns "null" for /pages’ is closed to new replies.