Advertisement
ghenzdeveloper

Change user first name in PeepSo notification

Jan 16th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_filter('peepso_notification_user_firstname', function($output, $not_id, $PeepSoUser){
  2.     return $PeepSoUser->get_fullname();
  3. }, 99, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement