Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36320, comment 11


Ignore:
Timestamp:
03/25/2016 12:46:09 AM (7 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36320, comment 11

    initial v1  
    44
    55your suggestion:
    6 
    7 
     6{{{
    87function rbst_http_api_transports() {
    98        return array( 'streams', 'curl' );
    109}
    1110add_filter( 'http_api_transports', 'rbst_http_api_transports', 9999 );
    12 
     11}}}
    1312where do put this code ? I would like to try this out.
    1413