Printify is a print on demand drop shipping platform for WordPress users.
99
Score
2
Errors
3
Warnings
+0
Change
Category Scores
Security100
Repo100
Performance100
Maintainability94
Top Issues by Category
maintainability5
1missing direct file access protectionmissing_direct_file_access_protectionERROR22Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING13error log error logWordPress.PHP.DevelopmentFunctions.error_log_error_logWARNING14mismatched plugin namemismatched_plugin_nameWARNING1
Issues Details
5 issues found in latest scan
ERROR2
missing_direct_file_access_protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_error_logerror_log() found. Debug code should not normally be used in production.
WARNING1
mismatched_plugin_namePlugin name "Printify for WooCommerce" is different from the name declared in plugin header "Printify Shipping Method".
| Code | Type | Message | Count |
|---|---|---|---|
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins". | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Printify for WooCommerce" is different from the name declared in plugin header "Printify Shipping Method". | 1 |
Latest Snapshot
Findings
5
Errors
2
Warnings
3
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.2
99
Latest
- Findings
- 5
- Errors
- 2
- 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 | 99 | 5 | 2 | 3 | v3.2 | 2.0.0 | 2026.06-mvp-static-v2 |