Browse: Home / Hooks /

learndash_woocommerce_reset_subscription_group_access_from

apply_filters( 'learndash_woocommerce_reset_subscription_group_access_from',  bool $reset,  int $group_id,  WC_Subscription $subscription )

Filters whether to reset the group access start date when a subscription is activated.


Description #


Parameters #

$reset

(bool) True to reset|false otherwise.

$group_id

(int) Group ID.

$subscription

(WC_Subscription) WC_Subscription object.


Return #

(bool) True to reset|false otherwise.


Source #

File: includes/woocommerce/includes/class-learndash-woocommerce.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.