确定用户的订阅状态

时间:2019-07-02 16:47:31

标签: php amember

我正在使用Lite API(https://www.amember.com/docs/API/Lite)的项目上工作。

我有一个页面,用户可以在其中添加其内容。我需要确定用户的订阅状态,即当我查看其内容时,他们是否有任何有效的订阅,付费或免费订阅(未过期)。是否可以为此使用Lite API?如果是的话,如果我知道用户ID,该如何将其传递给这样的内容:

if (Am_Lite::getInstance()->haveSubscriptions(Am_Lite::ANY)) {
  // has active subscription...
}

谢谢

0 个答案:

没有答案