• Closed
  • Karen Quigley
    Spectator
    July 15, 2015 at 5:36 pm #18903

    Notice: Use of undefined constant ICL_LANGUAGE_CODE – assumed ‘ICL_LANGUAGE_CODE’ in /home/content/t/o/m/tomwolf2/html/wp-content/themes/evolve-plus/library/functions/functions.php on line 133

    This occurred after some plugin updates. I suspect Jetpack as there have been conflicts in the past.

    How do I fix this?

    Please & thank you, k

    Denzel Chia
    Moderator
    Posts: 2656
    July 16, 2015 at 5:33 am #18911

    Hi,

    Your location of the code ICL_LANGUAGE_CODE and mine is different (line number is different), this could mean that you are using an older version of Evolve Plus theme. Please kindly update to the latest version 1.9.0.

    In version 1.9.0 the code is as follows,

    if( defined('ICL_LANGUAGE_CODE') ) {
    $language_code = ICL_LANGUAGE_CODE;
    } else {
    $language_code = '';
    }

    It comes with a if defined check.

    Thanks!
    Denzel