Easily showcase visual differences between two images with an interactive before-and-after slider – no coding required!
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "icbImageCompareChecker". | 73:5 | Plugin Repo |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'before-after-image-compare' but got 'image-compare'. | 129:40 | General |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_block_wrapper_attributes'. | 4:17 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['data']. Use isset() or empty() to check the index exists before using it | 15:39 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['data'] not unslashed before sanitization. Use wp_unslash() or similar | 15:39 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_POST['data'] | 15:39 | Security |
| WARNING | WordPress.WP.EnqueuedResourceParameters.NotInFooter | In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header. | 28:21 | Performance |
| WARNING | textdomain_mismatch | The "Text Domain" header in the plugin file does not match the slug. Found "image-compare", expected "before-after-image-compare". | — | Plugin Repo |
| WARNING | mismatched_plugin_name | Plugin name "Before After Image Comparison – Visual Comparison for Two Images" is different from the name declared in plugin header "Before After Image Comparison - Block". | — | — |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar | 98:47 | Security |
| 14.11.2025, 15:48:19 | 10s | 97 | 3 | 8 |