$_product_id = any or none?

Discussion in 'Integration' started by alweth, May 25, 2010.

  1. alweth

    alweth New Member

    Joined:
    Feb 3, 2010
    Messages:
    2
    So, I'm writing a simple aMember integration plugin, and I know you can set $_product_id to an array of products that will allow login, but what do you set if you just want any account, regardless of whether it has any products?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    PHP:
    $_product_id = array('ONLY_LOGIN');

Share This Page