bbp_remove_user_engagement

bbp_remove_user_engagement

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_remove_user_engagement') is found 1 times:

  • /includes/users/engagements.php line 334
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
        if ( ! bbp_remove_user_from_object( $topic_id, $user_id, '_bbp_engagement' ) ) {
            return false;
        }
     
        do_action( 'bbp_remove_user_engagement', $user_id, $topic_id );
     
        return true;
    }
     
    /**
     * Recalculate all of the users who have engaged in a topic.