Reply To: Beaver Builder – False Positive Detection

Home Forums Support Forum Beaver Builder – False Positive Detection 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;
}
}
}
}