A simple plugin that enables you to add share buttons to all of your posts and/or pages.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
358
6 issue groups
Security
1
1 issue group
WARNINGMaintainabilityNo Code FoundNo PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.154
- Category
- Maintainability
- Occurrences
- 154
- Severity
- warning
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;154
- Category
- Maintainability
- Occurrences
- 154
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accept_terms".41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accept_terms".
WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_simple_share_buttons_adder_add_action_links".4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_simple_share_buttons_adder_add_action_links".
WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSET_PREFIX".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSET_PREFIX".
ERRORMaintainabilityOffloaded ContentFound call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html_share_buttons'.1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html_share_buttons'.
Score History
First score snapshot
v8.5.6
83
Latest
- Findings
- 359
- Errors
- 157
- Warnings
- 202
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 83 | 359 | 157 | 202 | v8.5.6 | 2.0.0 |