Developing a plugin with premium features
-
Hey folks!
Since a few weeks I’m developing a quite complex WordPress plugin. This is the first time I develop such a plugin, so I’m a bit unsure about the guidelines.
The plugin should contain a free and a premium version. In the free version everything is functional, but the premium version adds some features to the plugin. For example the branding in the frontend is removed and certain options are available. Is this basically allowed?
In the guidelines it says that this is allowed as long as all source code is available.
The concept is that the user can enter a license key. This is then sent to an API interface, which validates the key and returns the result. A function within the plugin checks the status of the license and, if the license is valid, enables the additional options.
I am very grateful for your help! ??
- The topic ‘Developing a plugin with premium features’ is closed to new replies.