如何在wordpress中隐藏JavaScripts [重复]

I have inserted my javascripts in the header.php file, but I noticed the whole code can be stolen by simply lookin at the source from within any single post or homepage...

May you suggest me a simple way to hide my javascripts in wordpress somehow to prevent being copied/stolen?

</div>

You can't hide javascript. Client always need to access it.

You can minify and uglyfy your code, so it will be hard to read it