wp_http_supports
wp_http_supports ( $capabilities = array(), $url = null )
Parameters:- (array) capabilities Array of capabilities to test or a wp_remote_request() $args array.
- (string) url Optional. If given, will check if the URL requires SSL and adds that requirement to the capabilities array.
Returns:Defined at: - Introduced in WordPress: 3.2.0
- Deprecated in WordPress: —
Description
Determines if there is an HTTP Transport that can process this request.