Guest User

Untitled

a guest
Nov 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $wptitle = str_replace(array('Versandkostenfrei'), 'Kostenloser Versand', $wptitle);
  2.  
  3. <?php
  4. $wptitle = str_replace(array(' .echo ($term->name;)'), '', $wptitle);
  5. ?>
  6.  
  7. $wptitle = str_replace( $term->name, '', $wptitle );
  8.  
  9. echo $wptitle;
Add Comment
Please, Sign In to add comment