add_action('wp_footer',function(){?><script>document.addEventListener('click',function(e){// This finds the button even if Astra has cloned the header for Desktop/Mobile var t=e.target.closest('.theme-toggle-trigger');if (t){e.preventDefault();var b=document.body,d=b.getAttribute('data-theme')==='dark';// Toggle the theme attribute b.setAttribute('data-theme',d ? 'light':'dark');// Save the preference localStorage.setItem('l-theme',d ? 'light':'dark')}});// Check for saved preference immediately on page load if (localStorage.getItem('l-theme')==='dark'){document.body.setAttribute('data-theme','dark')}</script><?php});