Top Google Search Results
- Pass additional parameters to newuser_notify_siteadmin filter
The newuser_notify_siteadmin filter allows modification of the email that gets sent at new user activation on Multisite. However, the filter is not very useful, as it ... - Docs for page ms-functions.php
Filter 'newuser_notify_siteadmin' to change the content of the notification email. since: MU; uses: apply_filters() - Filter newuser_notify_siteadmin to change the ... - email - Overriding the default WP Multisite notification e-mail ...
Jul 23, 2011 ... remove_action( 'wpmu_new_user', 'newuser_notify_siteadmin' ); add_action( ' wpmu_new_user', 'my_notification' ); function my_notification ... - Problem using wp_mail function in WPMU
Apr 26, 2010 ... I added this line to my wpmu-functions.php file at the end of the newuser_notify_siteadmin function $headers = 'From: Calvin Micklefinger ...