-
Notifications
You must be signed in to change notification settings - Fork 14
friends_add_friend_postdata
Alex Kirk edited this page Nov 22, 2024
·
13 revisions
add_filter(
'friends_add_friend_postdata',
function ( $_POST ) {
// Your code here
return $_POST;
}
);
$_POST
apply_filters( 'friends_add_friend_postdata', $_POST )