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

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


Description Description


Parameters Parameters

$ret

(mixed) Price due on checkout.

$price_args

(array) Arguments passed to the price getter function to generate the price.

$coupond_id

(int|null) LLMS_Coupon ID or null if no coupon is being used.

$format

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

$this

(LLMS_Access_Plan) Access Plan object.


Top ↑

Source Source

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

View on GitHub


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.





Permalink: