Raptiye wrote: ↑Mon Feb 22, 2021 8:26 am
There are methods to hide your own themes, plugins and custom codes on wordpress. Judging by what you say, you should not use the internet. But it's not funny, as there is no solution.
I have to ask: why do you want to do this?
You can't "hide your own themes", because the CSS and HTML and javascript has to be available to the user's browser. That means anyone can reverse engineer your theme* if they really want to. They may have to wing it on some logic, but the structure and presentation will be pretty obvious to anyone who knows what they are doing.
For plugins, any markup or CSS or javascript they generate will be visible to any user. Again, it's only the logic that will not be visible (events, ternaries, whatever you're using).
*phpBB insists on calling them "styles" for some weird reason, but I understand what you are referring to.