Hi,
I am trying to get uploaded image link from Widget repeating field. The field looks like the attachment below. I am able to pull all fields data except the image.
$social_medias = $settings['social_media'];
$social_medias = parse_piklist_array( $social_medias , true);
echo '<ul id="list-social" class="clearfix">';
foreach($social_medias as $social_media) {
echo "<li>{$social_media['icon_class']}</span> {$social_media['link']} <span> {$social_media['icon_upload']} </span>
echo '</ul>';
Could anyone let me know how do I get the image links here?
Thanks
Attachments:
You must be
logged in to view attached files.