We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559b4eb commit c0aefd5Copy full SHA for c0aefd5
footer.php
@@ -117,7 +117,7 @@
117
<div class="col-4 col-md-2">
118
119
<?php
120
- $sunflower_logo = esc_url( wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' ) );
+ $sunflower_logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' );
121
122
if ( has_custom_logo() ) {
123
printf( '<img src="%s" class="img-fluid" alt="Logo %s">', esc_url( $sunflower_logo[0] ), esc_attr( get_bloginfo( 'name' ) ) );
0 commit comments