Changes between Initial Version and Version 1 of Ticket #36320, comment 11
- Timestamp:
- 03/25/2016 12:46:09 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36320, comment 11
initial v1 4 4 5 5 your suggestion: 6 7 6 {{{ 8 7 function rbst_http_api_transports() { 9 8 return array( 'streams', 'curl' ); 10 9 } 11 10 add_filter( 'http_api_transports', 'rbst_http_api_transports', 9999 ); 12 11 }}} 13 12 where do put this code ? I would like to try this out. 14 13