Learndash_WooCommerce::update_remove_course_access( int $course_id, int $user_id, int $order_id )
Remove course access
Description #
Parameters #
- $course_id
-
(int) (Required) ID of a course.
- $user_id
-
(int) (Required) ID of a user.
- $order_id
-
(int) (Required) ID of an order.
Return #
(void)
Source #
File: includes/woocommerce/includes/class-learndash-woocommerce.php
Changelog #
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |