How to replace 3 strings in post title? – WordPress
I have this code: <?php $wptitle = get_the_title( get_the_ID() ); $wptitle = str_replace(" – word1 word2", "", $wptitle); echo $wptitle; ?> But it does now work. When I put only one sting it works perfectly. I'm working in WordPress