Image src path not display
-
i have use your plugin i have found new issue on create option for add image then display just attachment id but not display image url.
see hear
Thanks.\tonjoo-theme-option-maker\src\TOMGenerate.php
line no 605 add media image code not exist: like on 150if (!empty($val)) { $image = wp_get_attachment_image_src($val, 'medium'); $src = (is_numeric($val)) ? $image[0] : $val; $display = ''; } else { $src = ''; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Image src path not display’ is closed to new replies.