wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



use_curl_transport › Filtr WordPress Hooks

Od2.7.0
Przestarzałyn/a
apply_filters( 'use_curl_transport', true, $args )
Parametry: (2)
  • (bool) $use_class Whether the class can be used. Default true.
    Wymagane: Tak
  • (array) $args An array of request arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether cURL can be used as a transport for retrieving a URL.





Źródło

return apply_filters( 'use_curl_transport', true, $args );