Enable SVG, WebP, and ICO Upload

This plugin will enable uploading SVG, WebP & ICO image files to WordPress sites.

v1.1.4ideasToCodeUpdated 2026-05-24Added Apr 7, 202110k+ installs92% rating
96
Score
12
Errors
16
Warnings
+0
Change

Category Scores

Security100
Repo100
Performance100
Maintainability78

Top Issues by Category

Issues Details

28 issues found in latest scan

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".

ERROR8
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_itc_svg_upload".

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "esw_svg_allowed_attributes".

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fread

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

Latest Snapshot

Findings

28

Errors

12

Warnings

16

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.1.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.1.4

96

Latest

Findings
28
Errors
12
Warnings
16
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins