Lines:
1 to 17 of 17
<?php namespace EDD\Admin; /* class Pass_Manager */ /* function Pass_Manager::__construct() – Pass_Manager constructor. */ /* function Pass_Manager::set_highest_pass_data() – Gets the highest pass and defines its data. */ /* function Pass_Manager::has_pass() – Whether or not a pass is activated. */ /* function Pass_Manager::isFree() – If this is a "free install". That means there are no à la carte or pass licenses activated. */ /* function Pass_Manager::isPro */ /* function Pass_Manager::hasIndividualLicense() – If this site has an individual product license active (à la carte), but no pass active. */ /* function Pass_Manager::hasPersonalPass() – If this site has a Personal Pass active. */ /* function Pass_Manager::hasExtendedPass() – If this site has an Extended Pass active. */ /* function Pass_Manager::hasProfessionalPass() – If this site has a Professional Pass active. */ /* function Pass_Manager::hasAllAccessPass() – If this site has an All Access Pass active. */ /* function Pass_Manager::pass_compare() – Compares two passes with each other according to the supplied operator. */