Remove unused JS // functions.php

function remove_unused_js() { // Globale Variable für die wp_enqueue_scripts-Aktion global $wp_scripts; // Array mit Dateinamen ungenutzter JS-Dateien $unused_js = array( ‘jquery-migrate.min.js’, // Beispiel ); // Durchlaufen aller registrierten Skripte foreach ( $wp_scripts->registered as $handle => $script ) { // Wenn…Continue reading

Untitled Snippet

function decodeSerial() { let serial = document.getElementById(“serialNumberInput”).value; let vserial = serial.replace(/\s/g, ”); let vserialtype = “”; let vyear = “”; let vmonth = “”; let vampmonth = “”; let vtype = “”; let vstyle = “”; let vweek = “”;…Continue reading

CSS [Post Category]: Vendor Credit List Styles

/* This code snippet is used to style the ‘Vendor Credit’ section located below the posts. It applies to the following category pages: – Real Engagements – Real Weddings – Real Proposals – Honeymoons – Inspiration Shoots */ .vendor-credits-container {…Continue reading