Viewing 3 replies - 1 through 3 (of 3 total)
  • Since the developer has stopped supporting or working on this plugin, I doubt he’s going to fix it. ??

    As a workaround, you can edit the offending file to hard-code the “LL_VERSION_KEY” instead of using the “WBOUNCE_OPTION_KEY”.

    …/wp-content/plugins/lazy-load-for-videos/codeispoetry.php on line 34:

    replace:

    define('LL_VERSION_KEY', WBOUNCE_OPTION_KEY.'_version');

    with something like:

    define('LL_VERSION_KEY', '2.2.3_version');

    Can’t vouch for it being terribly robust – I didn’t bother digging into why it broke, but it fixed the issue for me. Also, we don’t need to worry about an update overwriting the edit, since I doubt there will be any more updates ??

    Hope this helps.

    +1.

    Thread Starter dmsr

    (@dmsr)

    +1
    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notice: Use of undefined constant WBOUNCE_OPTION_KEY’ is closed to new replies.