Adds sticky bar at the bottom of post that shows category,post title, author, time needed to read article, share buttons and previous/next post links
Prioritized issue groups from the latest Plugin Check scan
Security
86
6 issue groups
Maintainability
76
10 issue groups
I18n
29
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adjacent".
Sample message
The $domain parameter must be a single text string literal. Found: $this->sb_bar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->sb_bar . '-author-text-label'".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "get_queried_object_id()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['postNonce']. Check that the array index exists before using it.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Mismatched text domain. Expected 'swifty-bar' but got 'sb_bar'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Swifty Bar, sticky bar by WPGens" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_sb_bar".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['postNonce']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Tested up to: 6.3 < 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.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
15
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v1.2.11
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 193 | 112 | 81 | v1.2.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.