-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Feature Description
To increase the reach of the optimizations made possible by Optimization Detective, the plugin should be able to be embedded in popular plugins and themes without having to explicitly install the Optimization Plugin. In talking with Elementor at the WordCamp Asia Contributor Day, they pointed me to the plugin bootstrap file in woocommerce/action-scheduler as a way to do this.
Let's say someone installs the Optimization Detective plugin while the logic is also embedded in 2 other plugins as well as in a theme: only the copy with the most recent version should end up getting loaded. Additionally, if versions match between two copies, then the version in the actual Optimization Detective plugin should be favored.
This should also be explored for Embed Optimizer.