LLMS_Access_Plan::is_recurring()

Determine if the Access Plan has recurring payments


Return Return

(boolean) true if it is recurring, false otherwise


Top ↑

Source Source

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

		return ( 0 !== $this->get( 'frequency' ) );
	}


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.