Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #60992, comment 77


Ignore:
Timestamp:
04/25/2024 10:06:44 PM (10 months ago)
Author:
alanfuller
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60992, comment 77

    v4 v5  
    1010Lets 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.
    1111
    12 The 'issue' arising when the plugin I'm dependent on  has it's own onboarding, but the realatity 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.
     12The '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.
    1313
    1414However, I'd love to know how many plugins of the 60,000  use or plan touse multi plugin dependencies.