: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
require_once __DIR__ . '/wfScanFile.php';
class wfScanFileLink extends wfScanFile {
public function __construct($linkPath, $realPath, $wordpressPath) {
parent::__construct($realPath, $wordpressPath);
$this->linkPath = $linkPath;
public function getLinkPath() {
public function getDisplayPath() {
return $this->getLinkPath();