Home › Forums › Support Forum › Beaver Builder – False Positive Detection › Reply To: Beaver Builder – False Positive Detection
November 6, 2025 at 7:01 pm
#162622
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;
}
}
}
}

