-
Notifications
You must be signed in to change notification settings - Fork 14
friends_edit_friend_notifications_table_end
Alex Kirk edited this page Apr 9, 2024
·
8 revisions
add_action(
'friends_edit_friend_notifications_table_end',
function ( $friend ) {
// Your code here
}
);
$friend
do_action( 'friends_edit_friend_notifications_table_end', $args['friend'] )