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