using wp_remote_get to retrieve own url on local host
I have a website in local development at test:8888 and I am trying to get the following to work in my functions.php file. … Read more
I have a website in local development at test:8888 and I am trying to get the following to work in my functions.php file. … Read more
I m trying to share my web site contents for other web sites using by external loop file or rss file. when i … Read more
I have a plugin which uses wp_remote_get() and it’s not working on my nginx server so I decided to test this. I created … Read more
I’m using the curl php library to get the instagram json feed from a given public profile. I want to use wp_remote_get() because … Read more
I’m using Embedly to make it easy for a client to add news to their website – basically, they just input a URL, … Read more
I’m trying to get a list of locations from a website called weedmaps. This is the code that I’m using: function call_for_api() { … Read more
I’m making a plugin that compares data from external API with meta items in WordPress backoffice. I tried using wp_remote_get method to query … Read more
The scenario I’m developing a plugin, and part of it requires lots of text content (help descriptions) that I would prefer to keep … Read more
I am developing a WordPress plugin and wants to run a background task that calls an API and updates database table. Now, the … Read more
I need to use ntlm authentication for a remote call, and I’m not sure how to configure the wp_remote_get call to do so. … Read more