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
-
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. |