We have this serious issue in WordPress. We have this problem that clients download all the files from the server and uploads it to his. Now we want to do this.
We tried to directly include FILE A into FILE B, but it is not possible as many servers dont allow this to happen.
Now we want a mechanism where in if someone downloads the files from our server without out permission, then we just comment the code in FILE A and the website becomes disfunctional.
Can anyone give me a way to do this?
A way to load the external file's code into theme's functions.php
I will really be obliged
Thanks in advance