This plugin provides two ways to display social icons: a traditional widget (available on all WordPress versions) and block variations for the core So …
Category Scores
Top Issues by Category
maintainability4
Issues Details
7 issues found in latest scan
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ssiw_load_widget".
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Function "wp_enqueue_block_style()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.0.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ssiw_load_widget". | 1 |
| invalid_plugin_name | ERROR | Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ===" | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_parser_warnings_trimmed_short_description | WARNING | The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_enqueue_block_style()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.0.0. | 1 |
Latest Snapshot
Findings
7
Errors
4
Warnings
3
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.0.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.0.0
97
Latest
- Findings
- 7
- Errors
- 4
- Warnings
- 3
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 7 | 4 | 3 | v4.0.0 | 2.0.0 | 2026.06-mvp-static-v2 |