Login with Vipps and MobilePay is the easiest way to sign in and create an account. No need to worry about usernames and passwords.
Prioritized issue groups from the latest Plugin Check scan
Security
250
11 issue groups
I18n
96
4 issue groups
Maintainability
85
10 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$notice_logo $message"'.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $tablename at "SHOW TABLES LIKE '$tablename'"
Sample message
$_COOKIE[LOGGED_IN_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[LOGGED_IN_COOKIE]. Check that the array index exists before using it.
Sample message
Unescaped parameter $delete used in $wpdb->query()\n$delete assigned unsafely at line 1184.
Sample message
Use placeholders and $wpdb->prepare(); found $delete
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_notices".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ContinueWithVipps".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]
Sample message
The $text parameter must be a single text string literal. Found: $errordesc
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $tablename used in $wpdb->get_var()\n$tablename assigned unsafely at line 505.
Sample message
The parameter "false" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContinueWithVipps".
Potential connections found in static code analysis.
Outbound calls
38
External assets
20
Incoming endpoints
7
wp_ajax
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.5.2
34
Latest
v1.5.1
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 437 | 263 | 174 | v1.5.2 | 2.0.0 |
| 34 | 437 | 263 | 174 | v1.5.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.