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



rest_url_details_http_request_args › Filtr WordPress Hooks

Od5.9.0
Przestarzałyn/a
apply_filters( 'rest_url_details_http_request_args', $args, $url )
Parametry: (2)
  • (array) $args Arguments used for the HTTP request.
    Wymagane: Tak
  • (string) $url The attempted URL.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTTP request args for URL data retrieval.

Can be used to adjust response size limit and other WP_Http::request() args.





Źródło

$args = apply_filters( 'rest_url_details_http_request_args', $args, $url );