update_option( 'active_plugins', $ac )
-
Hi guys,
We have an issue when active your plugin, all Tickera (tickera.com) add-ons become deactivated π
We figured out that only way to make it work together is to comment out these two lines:
add_action( ‘activated_plugin’, ‘nxs_act_hook’, 5, 1 );
add_action( ‘activated_plugin’, ‘nxs_act_hook2’, 15, 1 );from NextScripts_SNAP.php
So it seems that you overwrite activated_plugin option values.
Could you please take a look and fix it if possible?
Thanks!
https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/
The topic ‘update_option( 'active_plugins', $ac )’ is closed to new replies.