Skip to content

friends_edit_friend_table_end

Alex Kirk edited this page Apr 5, 2024 · 11 revisions
add_action(
    'friends_edit_friend_table_end',
    function ( $args ) {
        // Your code here
    }
);

Parameters

  • $args

Files

Hooks

Clone this wiki locally