Chatbot for WP, using a ChatGPT-like AI to self-learn and create replies. Easy training based on the website content. Quick setup, easy installation.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$title'. | 7:16 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$url'. | 5:14 | Security |
| ERROR | Generic.PHP.DisallowShortOpenTag.EchoFound | Short PHP opening tag used with echo; expected "<?php echo $size ..." but found "<?= $size ..." | 7:18 | — |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$size'. | 7:22 | Security |
| ERROR | Generic.PHP.DisallowShortOpenTag.EchoFound | Short PHP opening tag used with echo; expected "<?php echo $title ..." but found "<?= $title ..." | 8:5 | — |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$title'. | 8:9 | Security |
| ERROR | Generic.PHP.DisallowShortOpenTag.EchoFound | Short PHP opening tag used with echo; expected "<?php echo $id ..." but found "<?= $id ..." | 5:5 | — |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$id'. | 5:22 | Security |
| ERROR | Generic.PHP.DisallowShortOpenTag.EchoFound | Short PHP opening tag used with echo; expected "<?php echo $size ..." but found "<?= $size ..." | 6:18 | — |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$size'. | 6:22 | Security |
| 15.11.2025, 03:29:29 | 10s | 76 | 74 | 30 |