Changes between Initial Version and Version 1 of Ticket #26353, comment 3
- Timestamp:
- 12/02/2013 12:34:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26353, comment 3
initial v1 5 5 It is definitely a valid URL that I am passing in... 6 6 The functions also allow $args to be passed in, the default being 7 $args['reject_unsafe_urls'] = true; 7 `$args['reject_unsafe_urls'] = true;` 8 8 But changing this to false does not work either. 9 9 All I'm trying to do is pass an RSS feed from a site on the same multisite install into the admin dash panel... 10 10 11 11 @dd32: 12 Your answer came while I was writing this. In ticket 24646, it seems to suggest that wp_safe_remote_* IS for this purpose, as opposed to wp_remote_*(), which block access...?12 Your answer came while I was writing this. In ticket #24646, it seems to suggest that wp_safe_remote_* IS for this purpose, as opposed to wp_remote_*(), which block access...?