For the id insertion in img tag (as I need always same id, I have temporarely hardcoded id into wp-includes/media.php
But cannot find php piece for tag….
added id=”slikaID”
$html = '<img id="slikaID" src="' . esc_attr($img_src) . '" alt="' . esc_attr($alt) . '" title="' . esc_attr($title).'" '.$hwstring.'class="'.$class.'" />';