• hi, all!
    I have a trouble – i dont know how by “right” WP way create main plugin and make child plugins with possible to get all of installed child plugins in main plugin… maybe action or filter?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I don’t think there is any specific “correct” method of organizing your plugin modules. If you want to be listed in the official repository, your plugin cannot contain any crippled code, the free version must be completely functional. You can up sell other modules available through other resources.

    Actions and filters are certainly one way for children to interface with their parent, but other techniques are possible as well. The best one will be dictated by what your plugins actually do. Some functions that may be useful include is_plugin_active(); function_exists(); class_exists(); etc. As long as what you do is well organized and clear, I expect it will be fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Get Plugin Child Plugins architecture’ is closed to new replies.