This plugin is outdated and might not be supported anymore
Check External Login

Check External Login

Details
View on WordPress

Allow to check if user is logged in another website with JSONP.

You can edit url to call in admin settings page.

Plugin add automatically all javascript needed to check if user is connected on the defined url.

Url must return a JSON like this :

{
   "connected":false,
   "link":
   {
      "linkName": "myLink"
   },
   "text":
   {
      "textName": "myText"
   },
}

Plugins will automatically do following actions on element depending on their html class :
– class js-cel-not-connected : will be hide if connected is true
– class js-cel-connected : will be hide if connected is false
– class js-cel-text-[textName] : element content will be replace with text in JSON
– class js-cel-link-[linkName] : element href will be replace with link in JSON

Details

Plugin code:
check-external-login
Plugin version:
1.0
Author:
Outdated:
Yes
WP version:
5.0 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.1.7
Total installations:
0
Last updated:
2023-03-16
Rating:
Times rated:
0