Changes between Initial Version and Version 1 of Ticket #5570, comment 4
- Timestamp:
- 01/11/2021 02:34:41 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5570, comment 4
initial v1 6 6 Running your command with the different API returns the full data 7 7 8 ❯ curl --silent 'https://wordpress.org/plugins/wp-json/plugins/v1/plugin/wp-user-manager' | jq .short_description 8 9 {{{ 10 $ curl --silent 'https://wordpress.org/plugins/wp-json/plugins/v1/plugin/wp-user-manager' | jq .short_description 9 11 "The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction." 12 13 }}}