Changes between Initial Version and Version 1 of Ticket #1637, comment 1
- Timestamp:
- 03/18/2016 12:43:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1637, comment 1
initial v1 2 2 3 3 The list of valid fields with their default values is listed at https://developer.wordpress.org/reference/functions/plugins_api/. `name` is not a valid field. 4 If you don't want to have a field in the response you have to make this explicit. Example: ` fields' => array( 'short_description' => false )`.4 If you don't want to have a field in the response you have to make this explicit. Example: `'fields' => array( 'short_description' => false )`.