get_fullsize_url()' ); if ( ! $this->is_valid() ) { return false; } if ( $this->get_cdn() ) { return $this->get_cdn()->get_file_url(); } $row = $this->get_row(); if ( ! $row || empty( $row['path'] ) ) { return false; } return \Imagify_Files_Scan::remove_placeholder( $row['path'], 'url' ); } }