Hi iam developing a plugin to activated a couple of plugins. i.e: the plugin jetpack has six plugins and all gets activated on a single install,like wise i need to activate a group of plugins from acivating this plugin.
for example consider a plugin called ‘site plugin’ which has sub folders of other plugins.
when i activate ‘site plugin’ it should show options to activate other plugins in it.
I hope some one could help me.
You’re main pluggin can use register_activation_hook and use the function you register thru the hook to activate you’re necesary pluggins.
Smth along these lines :