Opened 6 years ago
Closed 4 years ago
#45799 closed enhancement (invalid)
Add an optional default parameter for WP_REST_Request::get_param method
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | REST API | Keywords: | has-patch close |
Focuses: | rest-api | Cc: |
Description
This patch adds a default parameter for WP_REST_Request::get_param method, just like we have a default param for get_option
function.
Attachments (1)
Change History (8)
#2
follow-up:
↓ 3
@
6 years ago
What is the use case for a default value that you wouldn't want to provide by using the JSON Schema default
syntax which will automatically fill in a missing value with the default.
#3
in reply to:
↑ 2
@
6 years ago
The default
property in JSON Schema is not a required property and anyone could skip it.
#4
@
6 years ago
Skip it in what sense? The server/request will apply the default automatically.
In what instances do you know the proper default value for a param, but not in the position to notate that default in the schema.
Note: See
TracTickets for help on using
tickets.
Proposed changes for WP_REST_Request::get_param method