- Again. All theme text strings must be internationalized and properly escaped so that the theme can be translated and localized without parent theme modifications. For more information, refer to this Internationalization article. Ref: https://developer.wordpress.org/themes/functionality/internationalization/
Example(s): https://envato.d.pr/oYCPTk
-
Check all files, for example: https://envato.d.pr/bQr0ar missing attributes.
-
There may still be unescaped strings. It’s best to do the output escaping as late as possible, ideally as data is being outputted. Example(s): https://envato.d.pr/qMBcGV and more.