bobbingwide / oik-loader

WordPress Must Use plugin to load required plugins
0 stars 0 forks source link

Extend oik-loader to support automatic loading of plugins referred to by the post meta field named `component` #22

Open bobbingwide opened 8 months ago

bobbingwide commented 8 months ago

For wp-secrets I've generated several posts which are related to a particular plugin by means of a field called component. We need to dynamically load the component for any post/page that refers to it, both on the front end and in the editor.

Requirement

To be able to use functionality of the selected plugin which is normally deactivated.

Proposed solution

The oik-loader-mu will dynamically determine which plugin to activate, if it's not already activated.