Skip to content

friends_edit_friend_table_end

github-actions[bot] edited this page Mar 27, 2026 · 14 revisions

Auto-generated Example

add_action(
   'friends_edit_friend_table_end',
    function( $friend ) {
        // Your code here.
    }
);

Parameters

  • $friend

Files

do_action( 'friends_edit_friend_table_end', $args['friend'] )

← All Hooks

Clone this wiki locally