LLMS_Access_Plan::has_free_checkout()

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


Return Return

(boolean)


Top ↑

Source Source

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

		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.