\n"; // Render only on the frontend (never in admin) if ( ! is_admin() ) { // Allowed: user manually inserts HTML code in Customizer echo html_entity_decode( $analytics_code ); } echo "\n\n"; } add_action( 'wp_footer', 'airtheme_output_analytics_code' );