wordpress plugin needs improvement

Hi,

My wordpress plugin got rejected. below are the reason they mentioned.


Here is the comment from your Envato Quality team reviewer:

  1. All theme text strings are to be translatable and properly escaped. https://gist.github.com/kailoon/01fa8e95d2e910e666c6 https://envato.d.pr/rkv1Jm

  2. Escape all data before output: https://envato.d.pr/kXk9Ps

  3. The localization file should be in English and delivered as {plugin-slug}.pot file that contains all your translation strings.

Plugin can include an actual translation files, but it should not add the en_US.mo or en_US.po because English is implied.


So please help me on this.

Thanks.
Joel.

Hello!

I have a useful link to escape WP standards:

https://developer.wordpress.org/themes/theme-security/data-sanitization-escaping/

This will help with the first question.

1 Like