/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
addons
/
advanced-hooks
/
assets
/
js
/
minified
/
Upload File
HOME
function removeMetaBoxSection(){document.getElementById("the-list").remove()}function buttonClickEvent(){[...document.querySelectorAll(".editor-post-publish-button")].forEach(e=>e.addEventListener("click",function(e){removeMetaBoxSection()})),[...document.querySelectorAll(".editor-post-publish-panel__toggle")].forEach(e=>e.addEventListener("click",function(e){removeMetaBoxSection()}))}function DOMContentLoaded(){null!=document.getElementById("the-list")&&setTimeout(buttonClickEvent,2e3)}document.addEventListener("DOMContentLoaded",DOMContentLoaded,!1);