App\Libraries\Utils::getProLabel PHP Method

getProLabel() public static method

public static getProLabel ( $feature )
    public static function getProLabel($feature)
    {
        if (Auth::check() && !Auth::user()->isPro() && $feature == ACCOUNT_ADVANCED_SETTINGS) {
            return '&nbsp;<sup class="pro-label">PRO</sup>';
        } else {
            return '';
        }
    }