• Hello,

    I could not get any but the last URL in the skip list to be skipped.

    I spent some time diagnosing the issue, and found that adding trim to strpos in your strposa function fixed the issue. Like so:
    if (strpos($haystack, trim($query), $offset) !== false)

    My URL strings don’t have spaces, but for some reason this solves it.

    Perhaps the change is worth incorporating into a new version…

    Thanks!

    https://wordpress.org/plugins/advanced-lazy-load/

  • The topic ‘skip URLs working for last URL only’ is closed to new replies.