-
Notifications
You must be signed in to change notification settings - Fork 14
friends_edit_friend_notifications_after_form_submit
Alex Kirk edited this page Nov 22, 2024
·
12 revisions
add_action(
'friends_edit_friend_notifications_after_form_submit',
function ( $friend ) {
// Your code here
}
);
$friend
do_action( 'friends_edit_friend_notifications_after_form_submit', $friend )