You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7544,6 +7545,45 @@ function _activate_plugin_event_hook() {
7544
7545
$this->_storage->was_plugin_loaded = true;
7545
7546
}
7546
7547
7548
+
/**
7549
+
* @author Leo Fajardo (@leorw)
7550
+
* @since 2.8.0
7551
+
*
7552
+
* @param string $plugin
7553
+
* @param bool $network_wide
7554
+
*/
7555
+
function _activated_plugin( $plugin, $network_wide ) {
7556
+
// We cannot rely on fs_remove_sdk_reference_by_basename() for reordering, as the latest SDK reference might be associated with a different product, leading to the reordering of that product instead of the intended one.
* To avoid placing the free version at the start of the active plugins option when the SDK is loaded from it, remove the SDK reference linked to the free version if it is the newest.
0 commit comments