Error reporting always disabled by this plugin
-
Your plugin has 4 mentions of:
error_reporting(0);
Two of them cause all WordPress errors being supressed, even if WP_DEBUG is true. This makes it hard for developers like me to find issues, please fix this.
The two mentions causing the issue are in:
/admin-custom-login/init.php
/admin-custom-login/login-form-screen.php
There are two more, but they don’t seem to give any problem right now:
/admin-custom-login/installation.php
/admin-custom-login/includes/login-inline-css.php
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.