Increase traffic and engagement with fast, responsive social share buttons for WordPress. No paid upgrades required.
Category Scores
Top Issues by Category
maintainability27
performance1
Issues Details
29 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$button".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSET_PREFIX".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_sharethis_share_buttons_add_action_links".
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.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$button". | 20 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSET_PREFIX". | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_sharethis_share_buttons_add_action_links". | 3 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | 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. | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
Latest Snapshot
Findings
29
Errors
0
Warnings
29
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.3.10 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.3.10
98
Latest
- Findings
- 29
- Errors
- 0
- Warnings
- 29
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 98 | 29 | 0 | 29 | v2.3.10 | 2.0.0 | 2026.06-mvp-static-v2 |