Login Error

When I Login on the backend - I get this error message:

login_headertitle is deprecated since version 5.2.0! Use login_headertext instead. Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead. in /home/content/…/html/wp-includes/functions.php on line 4711

Hi There @watever5

Thanks for writing in! Are you using a third party plugin like login designer or something similar. If so try updating your plugin and see if that resolves your issue (https://wordpress.org/support/topic/login_headertitle-is-deprecated-since-version-5-2-0/).

Also, since it is a PHP notice, you can hide it by disabling your WP_DEBUG mode. You can follow this guide on how to disable your debug mode (https://codex.wordpress.org/WP_DEBUG).

Thanks!

Thank You - disable debug mode worked.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.