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
-
(LLMS_Access_Plan) Access plan instance.
- $props
-
(array) Properties used to create/update the access plan.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.29.0 | Introduced. |