Advertisement
Guest User

Untitled

a guest
Aug 7th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. if (is_mobile()){
  2.     echo preg_replace("/\< *[img][^\>]*[.]*\>/i","",get_the_content(),1);
  3. }else{
  4.     the_content();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement