`svg file don’t show in my page .Although svg file is uploaded using by ‘plugin’
this is in settings section
how i can solve this ?
this is my code……….
$top_sec = get_option(‘header_settings’);
$logo = $top_sec[‘r_blog_logo’];
$logo = $logo[0];
$logo_url = wp_get_attachment_image_src($logo, ‘large’);
…
<img src=”<?php echo esc_url($logo_url[0]); ?>” alt=”Site Logo”/><strong>