Just setting image proxy site, format:
now how to replace globally my wordpress post code
to
without modifying database structure?
solved :dan:
Code:
https://myimageproxy.com/http://www.wjunction.com/images/smilies/msp_smile.gif
now how to replace globally my wordpress post code
Code:
<img ..... src="http://imgur.com/cat.jpg" ..... >
Code:
<img ..... src="https://myimageproxy.com/http://imgur.com/cat.jpg" ..... >
without modifying database structure?
solved :dan:
Last edited: