Peter Butler

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Beaver Builder – False Positive Detection #162622

    Peter Butler
    Member

    Hi Eli,

    Here’s another one, but this time from Shortpixel – /wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/PackageLoader.php

    Similar to Beaver Builder, ‘trailingslashit’ section:


    $fullpath = trailingslashit($dir) . trailingslashit($classpath) .$filename;
    if (file_exists($fullpath)) {
    include_once $fullpath;
    }
    }
    }
    }

Viewing 1 post (of 1 total)