Skip to content

friends_edit_friend_notifications_table_end

Alex Kirk edited this page Apr 8, 2024 · 8 revisions

Generic Example

add_action(
    'friends_edit_friend_notifications_table_end',
    function ( $args ) {
        // Your code here
    }
);

Parameters

  • $args

Files

Hooks

Clone this wiki locally