Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'bp_follow_notification_message', function( $message, $follower_name, $follower_link ){
- $message = "{$follower_name} followed you. Profile: {$follower_link}";
- return $message;
- },999,3);
Add Comment
Please, Sign In to add comment