such as:
register and active modules as stardard plugins.
without full functional APIs for modules,I can only code a WordPress standard plugin as a WordPoints component.
There are several possibilities:
- You can register a component like you are doing now.
- It can just be a WordPress plugin. It doesn’t have to be a module or a component of WordPoints. As a standard WordPress plugin it can still do all of the same things as a module or component.
- It can be a module instead of a plugin. It can’t be both a module and a plugin at the same time. That would make a user activate it twice, which isn’t necessary.
thanks for your reply!
I will do it as a WordPoints component.