apply_filters( "llms_access_plan_before_{$action}", array $props )
Modify the properties passed into llms_insert_access_plan().
Description Description
Either llms_access_plan_before_create for new plans or llms_access_plan_before_update for updates.
Parameters Parameters
- $props
-
(array) Properties used to create/update the access plan.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.29.0 | Introduced. |