Hi,
Thanks for the reply however:
I’m not using PHP7 and secondly it is rewriting the URLs just incorrectly rewriting them.
e.g
A correct URL would be: https://s3-eu-west-1.amazonaws.com/bucket/wp-content/uploads/2016/01/image.jpg
What I’m getting on the front end is; https://s3-eu-west-1.amazonaws.com/bucket/http://domain.com/wp-content/uploads/2016/01/image.jpg
Cheers
Much Appreciated bcworkz!
Not a really great solution but, I fixed this by:
Editing:
/wp-content/plugins/infinite-scroll/includes/admin.php
Line: 24
Comment out:
add_filter( ‘get_media_item_args’, array( &$this, ‘send_to_editor’), 10, 1);
But as I said this is temporary solution.