How-to avoid html special characters in ClassiPress Advanced Search plugin
The problem: There are some special characters are not shown correctly: The solution: The solution is very simple, we only need to comment 2 lines of code in the plugin file “extra_search_field.php”. → Step1: Comment this line. → Step 2: Comment this line Here, we can see the final result. I hope it helps!