Creating a new site, as a super admin : a complain !
-
Hello and thanks for that fantastic product.
I am warm so here are my bad feelings.I am working on a prototype (studying let say). I do want, as a super admin, create sites. Not letting the users to do it.
So, why 4 emails of congratulations, 2 are normally coming from the function wp_new_user_notification, which is pluggable, and whose sources are easy to find, since it is documented in the Codex. The 2 others are coming from a louzy site-new.php, there :
wp_mail( get_site_option('admin_email'), sprintf( __( '[%s] New Site Created' ), $current_site->site_name ), $content_mail, 'From: "Site Admin" <' . get_site_option( 'admin_email' ) . '>' ); wpmu_welcome_notification( $id, $user_id, $password, $title, array( 'public' => 1 ) );
Is it normal ?
Where is that function wpmu_welcome_notification ? the sources are not documented in the codex, why ?
How can I plug it out ?More, i think none of the WPMU functions are sources’ documented. Where are there ?
But again thanks for WPMU, it is gorgeous !
- The topic ‘Creating a new site, as a super admin : a complain !’ is closed to new replies.