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.


Top ↑

Parameters Parameters

$props

(array) Properties used to create/update the access plan.


Top ↑

Source Source

File: includes/functions/llms-functions-access-plans.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.29.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.