sqrldev / wordpress-sqrl-login

SQRL Login WordPress plugin
MIT License
21 stars 7 forks source link

Escaping the outputs and class scope constant #49

Closed sanzeeb3 closed 4 years ago

sanzeeb3 commented 4 years ago

Description: This PR includes escaping of characters that could cause by translation and the constant that is defined to class scope.

Changes: esc_html() for translation strings. esc_url() for URLs. self::SCRIPT_VERSION for versioning plugin scripts.