Requests::options( $url, $headers = array(), $data = array(), $options = array() )

Send an OPTIONS request

Source

File: wp-includes/class-requests.php

public static function options($url, $headers = array(), $data = array(), $options = array()) {
		return self::request($url, $headers, $data, self::OPTIONS, $options);
	}

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests/options