>
Customizer) // =============================== $favicon = bsd_get_theme_option( 'bsd_header_favicon', 'site_icon' ); // If customizer returned an attachment ID, get its URL if ( $favicon && is_numeric( $favicon ) ) { $favicon = wp_get_attachment_url( $favicon ); } if ( $favicon ) : ?> >