Wanted to let you know this message after plugin activation:
Fatal error: Only variables can be passed by reference in wp-content/plugins/minimal-shortcode-ui/js/templates/sui-form.jst on line 5
Hi.
I’m using the latest version of the WordPress. The plugin works great and I love it. But one function doesn’t work: displaying images:
<?php if($atts['image_id']): ?>
<img src="<?php wp_get_attachment_image_src($atts['image_id'], 'full') ?>" alt="" />
<?php endif; ?>
..doesnt give me an image.
<?php echo $atts['image_id'] ?>
however does give me the id of the image.
I’m using the original code, provided in the example.php
]]>