WP Recipe Maker

The easy and user-friendly recipe plugin for everyone. Automatic JSON-LD metadata for food AND how-to recipes will improve your SEO!

v10.6.1BrechtUpdated 2026-05-22Added Sep 7, 201650k+ installs100% rating100% support resolved
24
Score
481
Errors
926
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance87
Maintainability0

Top Issues by Category

maintainability1,181
security194
performance9

Issues Details

1,407 issues found in latest scan

WARNING387
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adjustable_servings".

ERROR304
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING149
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".

WARNING76
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING70
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING51
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR51
wp_function_not_compatible_with_requires_wp

Function "is_post_publicly_viewable()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 4.4.0.

WARNING36
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

ERROR35
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$asset['html']'.

WARNING31
WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder

Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.

WARNING31
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

ERROR25
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $created_at

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".

WARNING20
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]

ERROR18
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING15
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR15
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR9
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 231.

ERROR9
WordPressVIPMinimum.Performance.WPQueryParams.SuppressFilters_suppress_filters

Setting `suppress_filters` to `true` is prohibited.

WARNING8
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

ERROR7
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

WARNING5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 124.

ERROR3
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING3
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

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})"

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

Latest Snapshot

Findings

1,407

Errors

481

Warnings

926

Score History

First score snapshot

First scan completed Jun 20, 2026

v10.6.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v10.6.1

24

Latest

Findings
1,407
Errors
481
Warnings
926
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins