I\'m trying to insert this code:
to WordPress
One way I like to use is Vanilla JavaScript with template literal:
var templateLiteral = [` `] var head = document.querySelector("head"); head.innerHTML = templateLiteral;