Professional media download solution with bulk operations, smart management, and enterprise-grade security for WordPress
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | readme_mismatched_header_requires | Mismatched Requires at least: 5.0 != 5.0 or higher. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | — | Plugin Repo |
| ERROR | plugin_header_invalid_requires_wp | The "Requires at least" header in the plugin file should only contain a WordPress version such as "6.8" or "6.7". | — | Plugin Repo |
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | 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. | 68:13 | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'. | 136:92 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$total_downloads'. | 283:17 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 312:25 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 40:21 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 61:21 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_rmdir | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir(). | 64:20 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 243:17 | Plugin Repo |
| 14.11.2025, 23:04:32 | 11s | 93 | 17 | 10 |