apply_filters( 'llms_access_plan_get_initial_price', mixed $ret, array $price_args, LLMS_Coupon|int|null $coupon, string $format, LLMS_Access_Plan $this )

Filter an access plan’s initial price due on checkout.


Description Description


Parameters Parameters

$ret

Price due on checkout.

$price_args

Arguments passed to the price getter function to generate the price.

$coupon

Coupon ID, object, or null if no coupon is being used.

$format

Format the price to be returned. Options: html, raw, float (default).

$this

Access Plan object.


Top ↑

Source Source

File: includes/models/model.llms.access.plan.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.30.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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