Answers for "wp json datafecth image"

0

post to /wp-json/wp/v2/media

curl --request POST 
--url http://www.yoursite.com/wp-json/wp/v2/media 
--header "cache-control: no-cache" 
--header "content-disposition: attachment; filename=tmp" 
--header "authorization: Basic d29yZHByZXNzOndvcmRwcmVzcw==" 
--header "content-type: image/png" 
--data-binary "@/home/web/tmp.png" 
--location
Posted by: Guest on September-08-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language