LLMS_Order::has_plan_expiration()

Determine if a recurring order has a limited number of payments


Return Return

(boolean) Returns true for recurring orders with a billing length and false otherwise.


Top ↑

Source Source

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

		return apply_filters( 'llms_order_get_view_link', $link, $this );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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