Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,846
- How-to & Troubleshooting
- 129,862
- Creating & Extending
- 25,891
- Requests & Feedback
- 9,534
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
Does commenting out mean to erase the following lines?:
function bp_core_email_from_name_filter() {
return get_blog_option( 1, ‘blogname’ );
}
add_filter( ‘wp_mail_from_name’, ‘bp_core_email_from_name_filter’ );