LLMS_Product::has_free_access_plan()

Determine if the product has at least one free access plan


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/models/model.llms.product.php

	public function has_free_access_plan() {
		return apply_filters( 'llms_product_has_free_access_plan', ( 0 !== count( $this->get_access_plans( true ) ) ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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