LLMS_Access_Plan::has_free_checkout()

Determine if the free checkout process & interface should be used for this access plan


Description Description


Return Return

(boolean)


Top ↑

Source Source

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

	public function has_free_checkout() {
		return ( $this->is_free() && apply_filters( 'llms_has_free_checkout', true, $this ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: