The easy and user-friendly recipe plugin for everyone. Automatic JSON-LD metadata for food AND how-to recipes will improve your SEO!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,203
15 issue groups
Security
197
9 issue groups
Performance
10
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adjustable_servings".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
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
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$asset['html']'.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found $created_at
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 231.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 124.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$delete_placeholders} at \t\t\t\t\tWHERE object_id = %d AND term_taxonomy_id IN ({$delete_placeholders})"
Sample message
Detected usage of meta_value, possible slow query.
Potential connections found in static code analysis.
Outbound calls
277
External assets
1
Incoming endpoints
22
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 more hidden
3 score snapshots
v10.7.1
24
Latest
v10.7.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,436 | 494 | 942 | v10.7.1 | 2.0.0 |
| 24 | 1,433 | 492 | 941 | v10.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.