admin管理员组

文章数量:1289637

I want to limit to access to my theme and plugin until verification.So, I want to make premium plugin and theme.If user doesn't write true code, my plugin and theme musn't work.How can I do it? Can you give a real snippet? Or good paid solution for it without commission method?

I want to limit to access to my theme and plugin until verification.So, I want to make premium plugin and theme.If user doesn't write true code, my plugin and theme musn't work.How can I do it? Can you give a real snippet? Or good paid solution for it without commission method?

Share Improve this question asked Jul 18, 2021 at 1:18 Ahmet TaşAhmet Taş 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

This is not how premium plugins usually work, because it’s generally agreed that it’s not legal, as it violates the WordPress license agreement. Code cannot be made non-functional in that way.

Instead premium plugins typically charge for access to a download, as well as support and updates. To only distribute updates to licensed users, you would need to integrate any code provided by the platform you are using to sell the plugin. For example CodeCanyon and the Easy Digital Downloads licensing extension both provide APIs for checking license. You would need to consult their documentation for specifics (they would be off topic here).

本文标签: theme developmentHow to make premium plugin I want to limit it until verification