-
Notifications
You must be signed in to change notification settings - Fork 19
friends_notification_manager_after_form_submit
github-actions[bot] edited this page Jun 11, 2026
·
33 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 )