LLMS_Lab_Pricing_Table_Module::show_table( bool $enrollment )

Always show the pricing table when the builder is active.


Parameters Parameters

$enrollment

(bool) (Required) Enrollment status of the current user.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/beaver-builder/modules/pricing-table/class.llms.lab.pricing.table.module.php

	public function show_table( $enrollment ) {

		if ( FLBuilderModel::is_builder_active() ) {
			return false;
		}

		return $enrollment;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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