I am writing a plugin for calculating individual curtains. I can not understand why I can not connect the picture. The path is registered correctly. I tried everything.
function mabou_step_two(){ echo'<div class="mabou_shtory_calc_step_two_title" id="mabou_step_one_title"><span><a>ШАГ 2</a></span></div>'; echo'<div class="mabou_step_two" id="mabou_step_two">'; $img_src=plugins_url( 'imgs/shtornaya_lenta_small.png',__FILE__); echo '<div class="shtornaya_lenta" id="shtorn_lenta"><span><img srс="'.$img_src.'" alt="shrornaya_lenta"></span></div>'; echo '</div>'; } I call this function in the mabou_add_my_fields function - I use the hook
add_filter('woocommerce_short_description','mabou_add_my_fields'); This is the print screen of my plugin (it didn't align anything):

