-
Notifications
You must be signed in to change notification settings - Fork 20
notify_accepted_friend_request
github-actions[bot] edited this page Jul 27, 2025
·
12 revisions
add_action(
'notify_accepted_friend_request',
function( $friend_user ) {
// Your code here.
}
);$friend_user
do_action( 'notify_accepted_friend_request', $friend_user )