Can't View Email Sender Settings
-
I have a multisite install with Events Manger active on only 1 site. Looking at the EM documentation is says I’m supposed to be able to edit the email settings ( i.e. Sender Name, Sender Address, Mail Sending Method, etc. )
https://wp-events-plugin.com/documentation/mail-settings/
However these settings are not available at all. I dug through the plugin files and found this here: /events-manager/admin/settings/tabs/emails.php on line 5.
if ( !is_multisite() ) { em_admin_option_box_email(); }
Apparently this function is set to NOT run if is on a Multisite install, which is the function that displays all the email settings I’ve been looking for.
My question is why is this the case?? Is there something about this plugin that won’t allow the email settings to work? Is Events Manager not compatible with running on a Multisite network?
This plugin is “not” network enabled on my system so why does it matter that I can’t access these email settings? Is there something else I’m missing here?
I can remove that !is_multisite() check easy enough but I want to know why its there in the first place? And if I do remove it would something bad happen I’m not aware of?
- The topic ‘Can't View Email Sender Settings’ is closed to new replies.