• Resolved danifola

    (@danifola)


    Hi,

    I check my PHP logs for errors and I see a message that constantly repeats that seems to be part of the Page Builder Framework’s functions.php file. The message is in spanish, but I understand the error would be the same for any other language. It indicates that login_headertitle is now obsolete, and login_headertext should be used. Below is the message I am seeing.

    Is it possible to fix this so we not see this message in the log?

    PHP Deprecated: login_headertitle ha quedado obsoleto desde la versión 5.2.0. Utiliza login_headertext en su lugar. El uso del atributo ?title? en el logotipo de acceso no se recomienda por razones de accesibilidad. Utiliza el texto del enlace en su lugar. in /home/customer/www/ikid.club/public_html/wp-includes/functions.php on line 5148

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @danifola,

    we don’t actually use or manipulate login_headertitle in the theme. Can you try to disable all other 3rd party plugins? That should help us to narrow down the issue to a specific plugin.

    Hope that helps! ??

    Best,
    David

    Thread Starter danifola

    (@danifola)

    Hi David,
    I thought that it was the theme because of the mention of functions.php file. Now I see that any plugin could have a filter or hook that plays in by functions.php.
    Instead of disabling plugins I have a different method for debugging these types of issues.
    I go in the server with SSH, and then did a grep command to find the login_headertitle string in the plugins folder. The only one hit was in the my-wp-login-logo folder, so I guess that means it’s that plugin. I’ll ask them to see if they can fix the issue then.
    Thanks. Daniele

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘functions.php PHP message (login_headertitle is now obsolete)’ is closed to new replies.