-
Notifications
You must be signed in to change notification settings - Fork 19
friends_add_friend_postdata
github-actions[bot] edited this page Jun 11, 2026
·
28 revisions
add_filter(
'friends_add_friend_postdata',
function( $_POST ) {
// Your code here.
return $_POST;
}
);$_POST
apply_filters( 'friends_add_friend_postdata', $_POST )