You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have the stop-emails.php file in /mu-plugins/and have the plugin activated you get the following fatal error.
Fatal error: Cannot declare class Fe_Stop_Emails, because the name is already in use in /public_html/wp-content/plugins/stop-emails/stop-emails.php on line 90
I suspect we'll need to wrap our class definitions inside a bool check that the classes do NOT already exist.
If you have the
stop-emails.php
file in/mu-plugins/
and have the plugin activated you get the following fatal error.I suspect we'll need to wrap our class definitions inside a bool check that the classes do NOT already exist.
e.g. the following should work
The text was updated successfully, but these errors were encountered: