Hi @swinggraphics
Which PHP version are you using?
Can you post here a screenshot of the “error”?
Best,
Nuno
If you disable my plugin can you see the php-error on the body?
See this:
https://core.trac.ww.wp.xz.cn/ticket/51383
The php-error class is added to the body because I’m (suppressing) a warning on the code. The class should not be added to the body because of this type of warnings thats why there is a ticket open on the WordPress core https://core.trac.ww.wp.xz.cn/ticket/51383.
There is nothing to be concern although I may fix this in the next version if the WP bug is not fixed.
Are you referring to if ( ! @include( 'class-change-wp-admin-login.php' ) )? Dude, you really gotta replace that with ! file_exists.
Though, why are you doing that anyway? You know that file isn’t there…because it’s your plugin. ??
Yes, thats correct. I may do it. It is not critical and it won’t affect the plugin functionality. 40.000 active installs without issues … so far.
“warning” fixed in the latest version.