analogwp / analogwp-templates

Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
https://analogwp.com
27 stars 7 forks source link

Escaped translation strings #664

Closed rami-elementor closed 9 months ago

rami-elementor commented 9 months ago

You can harden your plugin security by using escaped translation strings.

Replace the __() functions with esc_html__() and esc_attr__().

lushkant commented 9 months ago

Hey @rami-elementor 👋

We are using escaping at most places but I agree there are some strings which can benefit from this, I'll surely get that checked and applied.