This method has been deprecated.
Learndash_WooCommerce::check_subscription_course_access_removal( bool $remove, WC_Subscription $subscription, string $filter )
Filter hook function to check subscription course access removal
Description #
Parameters #
- $remove
-
(bool) (Required) True to remove|false otherwise.
- $subscription
-
(WC_Subscription) (Required) WC_Subscription object.
- $filter
-
(string) (Required) Current filter hook.
Return #
(bool) Returned $remove value.
Source #
File: includes/woocommerce/includes/class-learndash-woocommerce.php
Changelog #
| Version | Description |
|---|---|
| 5.2.0 | Introduced. This method has been deprecated. |