i created my first wp theme and i want to use it alone, i wouldn't like any other person(wp site) to be able to use it even though they got it by chance,
Please is there a way i can put some sort of feature whereby the wp theme will not work when the user has not activated it...
i created my first wp theme and i want to use it alone, i wouldn't like any other person(wp site) to be able to use it even though they got it by chance,
Please is there a way i can put some sort of feature whereby the wp theme will not work when the user has not activated it...
Share Improve this question edited Jan 20, 2020 at 4:28 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Jan 19, 2020 at 20:17 Teejah JamesTeejah James 174 bronze badges 3- If somehow someone got your theme files, they will be able to use it. You could use some db trick if you want to make it a little difficult to use. For example, check the value of a table cell on theme activation, and if it doesn't has the expected value, don't activate the theme – Raba Commented Jan 19, 2020 at 20:35
- Wow, this is very more technical than i. – Teejah James Commented Jan 19, 2020 at 21:10
- 1 How would somebody get your theme without you giving it to them? It’s not possible to download themes from websites without FTP access. – Jacob Peattie Commented Jan 20, 2020 at 0:13
1 Answer
Reset to default 0As stated, a theme's files is only available to someone with FTP or File Manager (via your hosting's cPanel) access. If you don't give your theme files to anyone, they are all your own.
As long as you keep your FTP access secure, your theme's files will be secure.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744820066a4595560.html
评论列表(0条)