Well, I tried to call up the page blogpeoria.com/wp-content/mu-plugins/email-list.php and I got the following:
//for /mu-plugins/ add_action('network_admin_menu', 'ds_emails_all_add_menu'); function ds_emails_all_add_menu() { add_submenu_page('settings.php', 'Email All', 'Email All', 'manage_network', 'email_all', 'ds_emails_all_page'); } function ds_emails_all_page() { if( is_super_admin() == false ) { wp_die( __('You do not have permission to access this page.') ); } ?>
Email All
Following is a list of email addresses that are administrators of one or more blogs on this WPMU installation.
Fatal error: Call to a member function get_results() on a non-object in /home/blogpeor/public_html/wp-content/mu-plugins/email-list.php on line 30′
Any help will be appreciated.