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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -