[ad_1]
Hi @joshmckibbin,
Site Administrators that are not Super Admins are not able to access the plugin to run an export.
Yes, that’s expected behavior since we require the “install_plugins” capability to access the plugin in a multisite environment.
If you’d like to change it to the “manage_options” capability, you can do so by adding this to your wp-config file:
define( 'WPAI_WPAE_ALLOW_INSECURE_MULTISITE', 1 );
Thanks for the quick response. I’ll play around with this option.
