GochiSiyan

the follower filter

Apr 19th, 2021 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_filter( 'bp_follow_notification_message', function( $message, $follower_name, $follower_link ){
  2. $message = "{$follower_name} followed you. Profile: {$follower_link}";
  3. return $message;
  4. },999,3);
Add Comment
Please, Sign In to add comment