docs icon indicating copy to clipboard operation
docs copied to clipboard

The content for developer.wordpress.org/rest-api

Results 62 docs issues
Sort by recently updated
recently updated
newest added

@rmccue - hope this is an okay place to post this. Would you like me to begin migrating some of the examples we started on during WCEU? I have made...

Ref: https://wordpress.stackexchange.com/questions/363868/how-to-use-embed-when-using-fields

Anchor url https://ec.haxx.se/http/http-auth for "here’s the documentation for how to use it with cURL" gives 404 at https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/.

Added Examples topic to section "Using the REST API." There are 6 PHP/cURL examples and 2 plugin examples. All worked for me when tested.

I've been using a Python script to fetch and modify posting day of scheduled posts in WordPress via the REST API with the following URL:`https://{domain}/wp-json/wp/v2/posts?per_page=100&post_status=future&post_type=post&orderby=date&order=asc` This script worked perfectly until...

Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.5.1 to 3.11.1. Changelog Sourced from twig/twig's changelog. 3.11.1 (2024-09-10) Fix a security issue when an included sandboxed template has been loaded before without the sandbox context...

dependencies

Trying to follow [this tutorial](https://developer.wordpress.org/rest-api/using-the-rest-api/backbone-javascript-client/#collection-examples) on a localhost WordPress environment created with wp-env, I found that the main "collections" and "models" parts aren't working at all (in both Firefox and...

Replaces a dead `curl` docs URL with the current one

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,...