'. esc_attr( get_bloginfo( 'name' ) ) .'', $footer_text ); $footer_text = str_replace( '{{WP}}', 'WordPress', $footer_text ); echo ''; } if ( Baltic_Options::get_option( 'footer_credits' ) ) { echo '
'; // Translators: %1$s: Theme designer logo, %2$s: Theme designer site link printf( esc_html__( 'Theme design by %1$s %2$s.', 'baltic' ), // WPCS: XSS ok. Baltic_Icons::get_svg( array( 'icon' => 'campaignkit' ) ), 'Campaign Kit' ); echo '
'; } ?>