Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #1637, comment 1


Ignore:
Timestamp:
03/18/2016 12:43:27 PM (9 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1637, comment 1

    initial v1  
    22
    33The 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 )`.
     4If you don't want to have a field in the response you have to make this explicit. Example: `'fields' => array( 'short_description' => false )`.