I’m using Google Tag Manager and all scripts are being fired within the Customization, which means that every klik/change etc. fires a new series of tags
After disabling that, it works again
So now I need to find a solution for that so it wont fire while customizing.
There are 3 Hooks that are used for adding scripts:
1. WP_Head – adds code into the <head></head>
2. WP_body_open – adds code immediately after the opening <body> tag.
3. WP_Footer – adds code in the site footer.
With hooks we can add Conditional code if needed – give that a try and if the code is still firing in the backend let us know and we’ll provide that code.