Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. http://Бла-Бла.Ню/wp-content/uploads/2015/10/2015-10-06_12-19-311.jpg
  2.  
  3. <img class="" width="250" height="250" alt="" src="http://Бла-Бла.Ню/wp-content/uploads/2015/10/2015-10-06_12-19-311.jpg">
  4.  
  5. function my_img_replaсe($content){
  6. $regex = '~(?<!src=")(ht|f)tps?://[w%#~:;&=+,(.(png|jpg|jpeg|gif))/?-]+~is';
  7. $replace = '<img src="\0" class="" width="250" height="250" alt="">';
  8. return print preg_replace($regex, $replace, $content);
  9. }
  10. add_filter('the_content', 'my_img_replaсe');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement