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,190
13 issue groups
Security
217
11 issue groups
Performance
11
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
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
Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
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
Function "is_post_publicly_viewable()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $count_expression used in $wpdb->get_var()\n$count_expression assigned unsafely at line 391.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
$_COOKIE[LOGGED_IN_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
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
Use placeholders and $wpdb->prepare(); found interpolated variable $count_expression at \t\t\t\t$count_expression\n
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Potential connections found in static code analysis.
Outbound calls
272
External assets
1
Incoming endpoints
27
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
12 more hidden
7 score snapshots
v10.8.3
24
Latest
v10.8.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,448 | 471 | 977 | v10.8.3 | 2.1.0 |
| 24 | 1,448 | 471 | 977 | v10.8.2 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.