- schema
- route
- response
- request
Correct Answer:
- request
The WordPress REST API is designed to receive and respond to particular types of requests using basic HTML methods. For example, a request to upload a PHP file into a particular folder on a server might look like the code POST /folder/_file.php. Based on this code, what would you call /folder/_file.php (in REST API terms)?
Correct Answer:
Latest Updates
No posts found in this category.