Remote plugin activation hook
I am remote activating plugins using update_option('active_plugins,'some_plugins');
It works fine except one thing: if some plugins have to create some tables using register_activation_hook(__FILE__,'activate');
it won't create them.
When I'm activating plugins normally in wp-admin/plugins.php
it works fine. Any ideas how to remote execute this activation hook or maybe there is different way to better plugin activation?
Topic remote activation plugins Wordpress
Category Web