BP_REST_Blogs_Endpoint::get_endpoint_args_for_item_schema( string $method = WP_REST_Server::CREATABLE )
Edit the type of the some properties for the CREATABLE method.
Description Description
Parameters Parameters
- $method
-
(Optional) HTTP method of the request.
Default value: WP_REST_Server::CREATABLE
Return Return
(array) Endpoint arguments.
Source Source
File: bp-blogs/classes/class-bp-rest-blogs-endpoint.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |