';
if ($isImage) {
foreach ($imageData as $key => $image) {
$checked = (($tempCountImage == 0) ? "checked" : "");
$firstImage = ($tempCountImage == 0) ? $image[0] : $firstImage;
$content .= '
';
$tempCountImage++;
}
} else {
$content .= '
' . esc_html__('No images are included in your post.', 'blog2social') . '