Changes between Version 4 and Version 5 of Ticket #60992, comment 77
- Timestamp:
- 04/25/2024 10:06:44 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60992, comment 77
v4 v5 10 10 Lets say I build a plugin that depends on another plugin, then I would code it so I wouldn't start my onboarding until the other plugin is active, this is easy to by setting an option on activation hook and deleteing when the conditions of onboarding are met. 11 11 12 The 'issue' arising when the plugin I'm dependent on has it's own onboarding, but the real atity is either it would be a plugin I control or a plugin that Ihave a close enough relationships with the developer we could share a scheme.12 The 'issue' arising when the plugin I'm dependent on has it's own onboarding, but the reality is either it would be a plugin I control or a plugin that Ihave a close enough relationships with the developer we could share a scheme. 13 13 14 14 However, I'd love to know how many plugins of the 60,000 use or plan touse multi plugin dependencies.