PORTO_URI . '/images/placeholder.jpg',
'caption' => esc_html__( 'Porto Placeholder', 'porto' ),
);
$attachment_grid = array(
'width' => '800',
'height' => '640',
'alt' => esc_html__( 'Porto Placeholder', 'porto' ),
'src' => PORTO_URI . '/images/placeholder.jpg',
);
}
if ( $attachment && $attachment_grid ) :
$zoom_src[] = $attachment['src'];
$zoom_title[] = $attachment['caption'];
?>
![]()
src="" alt="" width="" height="" />
esc_html__( 'Porto Placeholder', 'porto' ),
'src' => PORTO_URI . '/images/placeholder.jpg',
);
}
$porto_portfolio_thumbs_html .= '
![' . esc_attr( $attachment_thumb['alt'] ) . '](' . esc_url( $attachment_thumb['src'] ) . ')
';
}
if ( ! $portfolio_show_all_images ) {
break;
}
$i++;
if ( $i >= $portfolio_images_count ) {
break;
}
endif;
endforeach;
?>