Implementace různých českých služeb do WordPressu (zejména pro WooCommerce)
Prioritized issue groups from the latest Plugin Check scan
Security
147
7 issue groups
Maintainability
76
17 issue groups
I18n
2
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$api'.
Sample message
Processing form data without nonce verification.
Sample message
$_POST['ceske-sluzby-xml-heureka-kategorie'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dopravce".
Sample message
Detected usage of a non-sanitized input variable: $_POST['ceske-sluzby-xml-heureka-kategorie']
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['ceske_sluzby_dodaci_doba']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HeurekaOvereno".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "google_xml_feed_zobrazeni".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$apiKey'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CS_VERSION".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_email_footer".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The "result" parameter for function parse_str() is missing.
Sample message
Missing $domain parameter in function call to __().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "České služby pro WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
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: fputs().
Potential connections found in static code analysis.
Outbound calls
47
External assets
3
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v0.5
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 234 | 95 | 139 | v0.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.
400 active installs