You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
For server side JavaScript rendering I want to call some of the API functions in PHP code. What is the best way to do this? For example, how can I fetch all the categories
xx/wp-json/wp/v2/categories
without a cURL request, but with normal PHP code within my WordPress plugin. Thanks!
The text was updated successfully, but these errors were encountered:
For server side JavaScript rendering I want to call some of the API functions in PHP code. What is the best way to do this? For example, how can I fetch all the categories
xx/wp-json/wp/v2/categories
without a cURL request, but with normal PHP code within my WordPress plugin. Thanks!
The text was updated successfully, but these errors were encountered: