Nice page transition for your website :)
| 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: "head_nice_page_transition". | 109:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_nice_page_transition_menu". | 69:1 | Plugin Repo |
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | plugin_header_invalid_network | The "Network" header in the plugin file is not valid. Can only be set to true, and should be left out when not needed. | — | Plugin Repo |
| WARNING | WordPress.WP.EnqueuedResourceParameters.MissingVersion | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 113:5 | Performance |
| WARNING | WordPress.WP.EnqueuedResourceParameters.MissingVersion | Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching. | 117:5 | Performance |
| WARNING | WordPress.WP.EnqueuedResourceParameters.NotInFooter | In footer ($in_footer) is not set explicitly wp_register_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. | 117:5 | Performance |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 81:12 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['type']. Use isset() or empty() to check the index exists before using it | 87:31 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['type'] not unslashed before sanitization. Use wp_unslash() or similar | 87:31 | Security |
| 14.11.2025, 22:46:10 | 8s | 98 | 4 | 6 |