wp-forecast is a highly customizable plugin for wordpress, showing weather-data from open-meteo.com and/or openweathermap.com.
Prioritized issue groups from the latest Plugin Check scan
I18n
247
3 issue groups
Maintainability
120
15 issue groups
Security
9
2 issue groups
Performance
3
1 issue group
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'wp-forecast' but got 'xxxdummy'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_url".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$i".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WpfUvWidget".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp-forecast-open-meteo-data".
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "wp-forecast" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
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.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPF_PATH".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
Not analyzed yet.
First score snapshot
v9.9
75
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 75 | 380 | 263 | 117 | v9.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.