Add custom icon fonts to the built in Elementor icon controls
Category Scores
Top Issues by Category
maintainability25
security4
repo_compliance1
Issues Details
31 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$class_wrap".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MergeCss_ECIcons".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "eci_drop_fa".
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
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.
Sanitization missing for register_setting().
error_log() found. Debug code should not normally be used in production.
Processing form data without nonce verification.
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_FILES['source_file']['tmp_name']
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Stylesheets must be registered/enqueued via wp_enqueue_style()
Tested up to: 6.6 < 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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$class_wrap". | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MergeCss_ECIcons". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "eci_drop_fa". | 2 |
| WordPress.WP.AlternativeFunctions.file_system_operations_mkdir | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir(). | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing | ERROR | Sanitization missing for register_setting(). | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 1 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 1 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES['source_file']['tmp_name'] | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_chmod | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod(). | 1 |
| WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet | ERROR | Stylesheets must be registered/enqueued via wp_enqueue_style() | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.6 < 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. | 1 |
Latest Snapshot
Findings
31
Errors
6
Warnings
25
Score History
First score snapshot
First scan completed Jun 20, 2026
v0.3.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v0.3.4
80
Latest
- Findings
- 31
- Errors
- 6
- Warnings
- 25
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 80 | 31 | 6 | 25 | v0.3.4 | 2.0.0 | 2026.06-mvp-static-v2 |