docs
docs copied to clipboard
The content for developer.wordpress.org/rest-api
Examples
I feel the need of examples. Using raw curl PHP or WordPress functions examples. For authentication and simple creation of posts, medias, etc, just to give newbies a way to...
The inline code formatting is broken when it contains a URL: https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/ It is rendered fine in the GitHub preview: https://github.com/WP-API/docs/blob/master/extending-the-rest-api/routes-and-endpoints.md
Adds the endpoint reference pages for font endpoints using a site running WP 6.5-RC2 - font-collections - font-families - font-faces
If the Fonts Library feature ships in 6.5 then it would be extremely useful to have the new endpoints documented. Namely: - [WP_REST_Font_Collections_Controller](https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php) - endpoint for predefined lists (i.e. "collections")...
This PR fixes the tag `@return` since the return of the function `prefix_data_arg_sanitize_callback` is a string: `return sanitize_text_field( $value );`
I'm new to contributing so please tell me, if I did something wrong. In the Application Passwords reference were 2 duplicates. Retrieve and Delete. The first retrieve and delete missed...