bbp_add_user_subscription

bbp_add_user_subscription

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_add_user_subscription') is found 1 times:

  • /includes/users/engagements.php line 767
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
        if ( ! bbp_add_user_to_object( $object_id, $user_id, '_bbp_subscription', $type ) ) {
            return false;
        }
     
        do_action( 'bbp_add_user_subscription', $user_id, $object_id, $type );
     
        return true;
    }
     
    /**
     * Remove a user subscription