-
Notifications
You must be signed in to change notification settings - Fork 17
friends_notification_manager_after_form_submit
Alex Kirk edited this page May 11, 2024
·
14 revisions
add_action(
'friends_notification_manager_after_form_submit',
function ( $friend_ids ) {
// Your code here
}
);
$friend_ids
do_action( 'friends_notification_manager_after_form_submit', $friend_ids )