PUT HTTP Request in HTTP API Wordpress -
i'm unable use put http requests in wordpress.
https://codex.wordpress.org/http_api
this link says can through wp_remote_request()
? specify ?
can me this? need code.
like this
$response = wp_remote_request( 'http://test.com/test', [ 'method' => 'put' ] );
Comments
Post a Comment