check if openid user have right to login/register
-
I`m trying to integrate simple function – checks if particular user (or user identity_url) have right to login/register via openid. Question is – where to insert it in a plugin code?
if ( !member($identity_url) ) { "direct to bounce page" }
- The topic ‘check if openid user have right to login/register’ is closed to new replies.