Hi,
I want to hide my theme and plugin location in source code. Is there any way I can do it by changing code in wordpress or through plugin ?
from
http://www.mydomain.com/site/wp-includes/js/jquery/jquery.js?ver=1.8.3
to
/js/jquery/jquery.js?ver=1.8.3
from
http://www.mydomain.com/site/wp-content/themes/mytheme/style.css?ver=1.8.4'
to /mytheme/style.css?ver=1.8.4
or trick to completely hide <head> section or camouflage source code ?
Help will be appreciated.