Provides auto syndication, a profile banner, and a list of your latest posts on BlueSky as Gutenberg blocks. It also adds the ability to link syndicat …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
97
10 issue groups
Security
69
8 issue groups
I18n
63
4 issue groups
Performance
12
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'.
Sample message
$_GET['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
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
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of a non-sanitized input variable: $_GET['nonce']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST["post_id"]. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'API Status: %s | Throttled: %s'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $as_table used in $wpdb->query()\n$as_table assigned unsafely at line 93.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$as_table} at "DELETE FROM {$as_table}\n
Sample message
Detected usage of meta_query, possible slow query.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Hidden files are not permitted.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
68
External assets
1
Incoming endpoints
20
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
First score snapshot
v2.2.1
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 245 | 98 | 147 | v2.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.