-
Notifications
You must be signed in to change notification settings - Fork 19
friends_edit_friend_table_end
github-actions[bot] edited this page Mar 27, 2026
·
14 revisions
add_action(
'friends_edit_friend_table_end',
function( $friend ) {
// Your code here.
}
);$friend
do_action( 'friends_edit_friend_table_end', $args['friend'] )