HI,
Can anybody tell me What is the best way to find strings which are not properly escaped in a WordPress theme?. Do I have to check each file for that?
HI,
Can anybody tell me What is the best way to find strings which are not properly escaped in a WordPress theme?. Do I have to check each file for that?
search for “echo $”, or even better, use https://github.com/envato/envato-theme-check which will do it for you