bbp_remove_user_subscription

bbp_remove_user_subscription

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_remove_user_subscription') is found 1 times:

  • /includes/users/engagements.php line 801
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
        if ( ! bbp_remove_user_from_object( $object_id, $user_id, '_bbp_subscription', $type ) ) {
            return false;
        }
     
        do_action( 'bbp_remove_user_subscription', $user_id, $object_id, $type );
     
        return true;
    }
     
    /**
     * Handles the front end toggling of user subscriptions