Is it possible to remove the image preview when using google api in searches?
i changed $thumb to =null in google api scraper and i fixed it.
$thumb to null will cause errors in frontend.php, set it to this
$thumb = [ "url" => null, "ratio" => null ];
No dependencies set.
The note is not visible to the blocked user.
Is it possible to remove the image preview when using google api in searches?
i changed $thumb to =null in google api scraper and i fixed it.
$thumb to null will cause errors in frontend.php, set it to this