Guest User

Untitled

a guest
Jul 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. function autoblank($text) {
  4. $return = str_replace('<a', '<a target="_blank"', $text);
  5. return $return;
  6. }
  7.  
  8. add_filter('the_content', 'autoblank');
Add Comment
Please, Sign In to add comment