Bug Report : Premium Addons plugin crash in WP MU env
-
Plugin Version: 4.9.41
WPML Version: 4.5.8Description of issue:
The issue occurs within WordPress Multisite environment
When WPML is active on a network level, but deactivated on a site level, activating thePremium Addons for Elementor
for a single site causes a fatal crash.
The plugin callsWPML_Elementor_Module_With_Items
, from several widgets, which is causing the crashPossible solution:
The bug can be resolved by adapting the return value of the functionis_wpml_active()
inpremium-addons-for-elementor/includes/compability/premium-addons-wpml.php
fromreturn $wpml && $wpml_trans
toreturn $wpml && $wpml_trans && ( false === (bool) get_option( '_wpml_inactive' ) );
- The topic ‘Bug Report : Premium Addons plugin crash in WP MU env’ is closed to new replies.