do_action( "llms_access_plan_after_{$action}", LLMS_Access_Plan $plan , array $props )
Do something with an access plan immediately after the access plan is created/updated.
Description Description
Either llms_access_plan_after_create
during creation or llms_access_plan_after_update
during an update.
Parameters Parameters
- $plan
-
Access plan instance.
- $props
-
Properties used to create/update the access plan.
Source Source
File: includes/functions/llms-functions-access-plans.php
Changelog Changelog
Version | Description |
---|---|
3.29.0 | Introduced. |