apply_filters( 'llms_checkout_block_course_capacity_checkout', bool $block_checkout, LLMS_Access_Plan $plan )

Filter to block checkout when the course capacity has been reached. Defaults to true.


Parameters Parameters

$block_checkout

(bool) Whether or not blocking the checkout form when a course is at capacity.

$plan

(LLMS_Access_Plan) The access plan.


Top ↑

Source Source

File: includes/shortcodes/class.llms.shortcode.checkout.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
10.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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