I was wondering if there was a way I can cloak, obscure or hide the names of the plugins I am using in my wordpress source page so that there is no way that people can see what plugins I am running on my wordpress install.
I know that cloaking can be done for URLS and I have seen certain plugins that do it for links but I would like to do it in the main source. For example, I would like:
http://websitename.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.18
to become something like:
websitename.com/abc
And then if they try and paste that url in their browser I can protect the script so the user does not have access to it.
Does anyone have any suggestions on how to make that possible?