Filters the HTTP request args for URL data retrieval.
Description
Can be used to adjust response size limit and other WP_Http::request() args.
Parameters
$args
array- Arguments used for the HTTP request.
$url
string- The attempted URL.
Source
$args = apply_filters( 'rest_url_details_http_request_args', $args, $url );
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.