Search code examples
wordpresshidehtml-head

How to hide in WordPress meta tags in head section


Is there a way to hide meta tags in section of the site made in WordPress?

I mean something like you check the code of the site by F12 in Chrome and you see wp-content/plugins and wp-content/themes. Is there a way to hide this?

I saw site based on the yootheme theme, that had something like that. But I don't know if it is some plugin or the theme itself got something like this built in.

Are there any plugins to achieve it, I didn't find any.


Solution

  • This can usually be done by using a cache/minify/combine plugin, it will combine and minify all CSS and JS files in tojust a few files, and while doing so, it will create a more anonymized link in the source code.

    This WP plugin should help: https://en-gb.wordpress.org/plugins/merge-minify-refresh/