Vereinfache die Arbeit mit VG WORT und verdiene einfacher Geld mit Deinen Texten als jemals zuvor.
Prioritized issue groups from the latest Plugin Check scan
Security
1,410
7 issue groups
I18n
650
5 issue groups
Maintainability
44
13 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Class'.
Sample message
The $domain parameter must be a single text string literal. Found: $this->textDomain
Sample message
Processing form data without nonce verification.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
$_POST['wp-worthy-password'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_FILES['wp-worthy-marker-file']['tmp_name']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['wp-worthy-marker-file']['error']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: $Child [0]
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d markers were already known, %d of them received an update'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Worthy - VG WORT Integration für Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
The use of function ini_set() is discouraged
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Not analyzed yet.
First score snapshot
v1.7.5-698baaf
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 2,116 | 1,343 | 773 | v1.7.5-698baaf | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.