I know its possible to auto install/activate plugins (on theme activation) via something like http://tgmpluginactivation.com/
What I want to know is if its possible to activate plugins and auto-setup their unique preferences?
For example, its possible to auto install the All in One SEO Pack plugin using the code above.
Is it also possible to have the plugin settings changed from disabled (default) to enabled – so it actually starts working right out of the box?
I’ve answered a similar Question ( Inherit plugin settings to new site in Multisite ).
And, if understood correctly, “auto setup their unique preferences” would be a matter of adding/updating a custom plugin options array into
wp_options
table.So, following the WP-Pagenavi example. After the plugin auto install/activate run something like:
(not tested)