HEX
Server: Apache
System: Linux nc-ph-4101.simplemoneygoals.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
User: dailygoldindex (1004)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dailygoldindex/www/wp-content/plugins/jnews-essential/lib/vp/views/control/multiimage.php
<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?>

<div class="gallery clearfix">
    <?php
        if ( $value ) {
	        $images = explode( ',', $value );
            foreach ( $images as $image ) {
                $thumbnail = wp_get_attachment_image_src($image, 'thumbnail');
                echo '<span data-id="' . $image . '" title="' . 'title' . '"><img src="' . $thumbnail[0] . '" /><span class="close"></span></span>';
            }
        }
    ?>
</div>
<input class="vp-input" type="hidden" readonly id="<?php echo esc_attr($name); ?>" name="<?php echo esc_attr($name); ?>" value="<?php echo esc_attr($value); ?>" />
<div class="buttons">
	<input class="vp-js-multiimage vp-button button" type="button" value="<?php echo 'Choose Image'; ?>" />
</div>

<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot', $head_info); ?>