Plugin-Check reports many WordPress.Security.EscapeOutput.OutputNotEscaped issues on class-two-factor-core.php. See below a list:
FILE: class-two-factor-core.php
| Line |
Column |
Type |
Code |
Message |
| 871 |
17 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found _n. |
| 877 |
17 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found number_format_i18n. |
| 878 |
17 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found human_time_diff. |
| 954 |
21 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found __. |
| 1441 |
21 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found __. |
| 1572 |
21 |
ERROR |
WordPress.Security.EscapeOutput.OutputNotEscaped |
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found __. |
Mentioned Docs can be found here.
Plugin-Check reports many WordPress.Security.EscapeOutput.OutputNotEscaped issues on class-two-factor-core.php. See below a list:
FILE:
class-two-factor-core.php_n.number_format_i18n.human_time_diff.__.__.__.Mentioned Docs can be found here.