Print decode special characters in wpseo_title
-
Hello
I’d like to show the <title></title> in the source code with the special characters output as they are in “natural” language.
For example, I want to see:
<title>à l'étranger</title>
rather than:
<title>à l'étranger</title>
I’ve tried things like:
$output = htmlspecialchars_decode( $output, ENT_QUOTES );
on thewpseo_title
filter but nothing works.Can you help please?
Many thanks
Outerbridge
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Print decode special characters in wpseo_title’ is closed to new replies.