ReCrawler is a small WordPress Plugin for quickly notifying search engines whenever their website content is created, updated, or deleted.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
28
10 issue groups
Security
19
7 issue groups
I18n
4
3 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RECRAWLER_PREFIX".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$order_by} at "SELECT * FROM {$table_name} ORDER BY {$order_by} LIMIT %d, %d"
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 226.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wposa/get_option".
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query assigned unsafely at line 209.
Sample message
The "recrawler/post" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"User-agent: {$case->value}\n"'.
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
Translatable string should not be wrapped in HTML. Found: '<p>Please leave us a <a href="https://wordpress.org/support/plugin/recrawler/reviews/#new-post" target="_blank" title="Rate & review it">★★★★★</a> rating. We really appreciate your support</p>'
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
8 score snapshots
v1.1.1.1
49
Latest
v1.1.0
49
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 49 | 51 | 11 | 40 | v1.1.1.1 | 2.1.0 |
| 49 | 51 | 11 | 40 | v1.1.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.