Tagged Questions
0
votes
1answer
545 views
Wp Remote get with manual redirect
I set
add_filter( 'http_request_redirection_count', array($instance,'SetDirectionCount'));
to 0
I try to get 'http://boards.ign.com/The_Vestibule/b5296/' or ...
1
vote
1answer
381 views
Using wp-cron in backpress - problems with wp_remote_post, fsockopen error
I'm working on a BackPress project where I need to schedule cron tasks. The cron_uri for BP is stored in options, rather than hardcoded as it is in WP core. I've tried setting the option to ...