__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* custom-fields-priority.js
*
* Provide more preferences to Astra meta setting so wordpress custom field not causing any kind of conflicts.
*
* @package Astra
*/
function removeMetaBoxSection() {
document.getElementById("the-list").remove();
}
function buttonClickEvent() {
[...document.querySelectorAll('.editor-post-publish-button')].forEach(element => element.addEventListener('click', function (event) {
removeMetaBoxSection();
}));
[...document.querySelectorAll('.editor-post-publish-panel__toggle')].forEach(element => element.addEventListener('click', function (event) {
removeMetaBoxSection();
}));
}
function DOMContentLoaded() {
const elementMetaBox = document.getElementById("the-list");
if (elementMetaBox != null) {
setTimeout(buttonClickEvent, 2000);
}
}
document.addEventListener('DOMContentLoaded', DOMContentLoaded, false);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ast-parse-svg.js | File | 232 B | 0640 |
|
| ast-render-svg.js | File | 852 B | 0640 |
|
| astra-admin-menu-settings.js | File | 4.72 KB | 0640 |
|
| block-editor-script.js | File | 39.61 KB | 0640 |
|
| column-block-compatibility.js | File | 2.68 KB | 0640 |
|
| custom-fields-priority.js | File | 870 B | 0640 |
|
| customizer-preview.js | File | 10.79 KB | 0640 |
|