Update (Task)
This commit is contained in:
@@ -176,6 +176,10 @@ private static function setPostImage($post)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
try {
|
||||
|
||||
$main_image_url = $serp_url_research->main_image;
|
||||
$image_ref_url = $serp_url_research->url;
|
||||
|
||||
@@ -210,8 +214,8 @@ private static function setPostImage($post)
|
||||
|
||||
$image->destroy();
|
||||
|
||||
try {
|
||||
break;
|
||||
|
||||
} catch (Exception $e) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user