8000 Fix a bug in the register_rest_route examples by jonathanbossenger · Pull Request #196 · WP-API/docs · GitHub
[go: up one dir, main page]

Skip to content

Conversation

jonathanbossenger
Copy link
Contributor

Move the schema argument inside the arguments array for each usage of register_rest_route.

The original code was probably adapted from the Posts controller, which registers multiple endpoints inside one route, and therefore, the arguments array includes multiple endpoint arrays.

However, in this example, only one endpoint is being registered per route.

Move the schema argument inside the arguments array for each usage of register_rest_route. 

The original code was probably adapted from the Posts controller, which registers multiple endpoints inside one route, and therefore, the arguments array includes multiple endpoint arrays. 

However, in this example, only one endpoint is being registered per route.
@jonathanbossenger
Copy link
Contributor Author

Fixes #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0