Recipe Card Blocks with Schema Markup — create SEO-optimized recipes with Gutenberg, Elementor & AMP support
Prioritized issue groups from the latest Plugin Check scan
Maintainability
494
11 issue groups
Security
393
12 issue groups
I18n
70
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$avatar $name"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$param] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['nonce']
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
Use placeholders and $wpdb->prepare(); found interpolated variable $column_def at "ALTER TABLE `$table_name` ADD COLUMN `$column_name` $column_def"
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 341.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pointer']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use placeholders and $wpdb->prepare(); found $ids
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $query_count used in $wpdb->get_var()\n$query_count assigned unsafely at line 468.
Sample message
Attempting a database schema change is discouraged.
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
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "comment_email".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Potential connections found in static code analysis.
Outbound calls
158
External assets
18
Incoming endpoints
22
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 more hidden
6 score snapshots
v3.5.0
25
Latest
v3.4.19
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 970 | 287 | 683 | v3.5.0 | 2.1.0 |
| 29 | 555 | 147 | 408 | v3.4.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.