LLMS_Access_Plan::is_visible()

Determine if the plan is visible Both featured and visible access plans are considered visible


Return Return

(boolean)


Top ↑

Source Source

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

		return ( 'hidden' !== $this->get_visibility() );
	}



Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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