add_action(‘wp_footer’, function() {

'>

setTimeout(() => {
const overlay = document.getElementById('customOverlay');
if (overlay) overlay.remove();
}, 60000);
}