Hi there,
I am very new to php and I wonder if anyone could help me learn something.
I am running a WordPress site and with that come numerous plugins. Now my assumption is that each of the plugins injects some code into the element.
I also assume that what gets into the element is also specified in the header.php file through a theme. So that would mean that there are 2 ways how code lands in the element - correct?
Now I’d like to know how (and if at all) I can manually remove some of the code from there? I have reviewed the code via Google Chrome > Inspect function and see a lot of stuff I don’t need there. Is there a way to remove it manually - not through another plugin? It slows down my website terribly!
Thank you!