oont-contents/plugins/astra-addon/addons/advanced-hooks/assets/js/minified/advanced-hooks-custom-fields-priority.min.js
2025-02-08 15:10:23 +01:00

1 line
No EOL
558 B
JavaScript

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);