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.


Top ↑

Parameters Parameters

$plan

(LLMS_Access_Plan) Access plan instance.

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