Event Calendar Extended Views auto-deactiviate
-
I don’t know why, but every time I edit an Event post, the plugin “All-in-One Event Calendar Extended Views by Time.ly” get deactivated automatically.
It happen since the last main plugin’s update (version 2.5.44).
At the time, I fixed by this code in my functions.php
#FIX AIO Event Calendar Extended Views automatically disable itself if ( !is_plugin_active( 'all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php' ) ) { activate_plugin('all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php'); }
Is a normal behaviour? Is there a solution?
- The topic ‘Event Calendar Extended Views auto-deactiviate’ is closed to new replies.