Custom CSS & JS (admin-only)
Settings → Code → Custom CSS & JS. Admin CSS is wrapped in a <style> tag in the wp-admin <head>; Admin JavaScript is wrapped in a <script> tag in the admin footer. Neither reaches the public site.
Inject custom CSS and JavaScript into wp-admin, or raw markup into the front end.
Aurora’s code injection is split across two Settings tabs that target different places — don’t confuse the two if a front-end change is (or isn’t) intended.
Settings → Code → Custom CSS & JS. Admin CSS is wrapped in a <style> tag in the wp-admin <head>; Admin JavaScript is wrapped in a <script> tag in the admin footer. Neither reaches the public site.
Settings → Code → Header & footer scripts. Header scripts print raw, unwrapped markup into the public site’s <head>; footer scripts print raw markup just before </body>. Meant for analytics snippets, verification meta tags, and similar full <script>/<meta> blocks.
Admin CSS and Admin JS are wrapped automatically (in <style>/<script> respectively), so enter bare CSS or bare JavaScript there — no tags needed.