Blogs

document.addEventListener("DOMContentLoaded", function() { setTimeout(function() { let globalTab = document.querySelector('[data-tab="global"]'); if (globalTab) { globalTab.remove(); // Completely removes the "Globals" tab } }, 2000); // Delay to ensure Elementor loads first });