Function sanitize_title() does not appear to be working
As you can see in the source code of sanitize_title(), all the function does is 3 things apply the function remove_accents(), supposedly to remove accents apply the filter sanitize_title return either $title or $fallback_title Since you’re loading only some partial WordPress files, you’ll probably be missing all the goodies of the filter. I dug a … Read more