how do I find and replace wordpress content characters?
-
I have the following code but it does not seem to change the character in wordpress
$intro_copy = get_the_content() ;
$intro_copy = str_replace(‘&’, ”, $intro_copy);
echo $intro_copy;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how do I find and replace wordpress content characters?’ is closed to new replies.