bp_messages_thread_after_exit

bp_messages_thread_after_exit

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_messages_thread_after_exit') is found 1 times:

  • /bp-messages/classes/class-bp-messages-thread.php line 658
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
         *
         * @param int   $thread_id ID of the thread being deleted.
         * @param int   $user_id   ID of the user the threads were deleted for.
         */
        do_action( 'bp_messages_thread_after_exit', $thread_id, $user_id );
     
        return true;
    }
     
    /**
     * Get current message threads for a user.