Changeset 2487957
- Timestamp:
- 03/05/2021 03:02:27 PM (5 years ago)
- File:
-
- 1 edited
-
unikname-connect/trunk/unikname_connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unikname-connect/trunk/unikname_connect.php
r2482350 r2487957 1 1 <?php 2 2 /* 3 Plugin Name: Unikname Connect - Secure and Rewarded Connections3 Plugin Name: Unikname Connect 4 4 Plugin URI: https://wordpress.org/plugins/unikname-connect/ 5 Description: Secure your admin accounts and reward your website users for protecting their privacy . Integrate the famous Unikname Connect login solution into your Wordpress or WooCommerce websites.5 Description: Secure your admin accounts and reward your website users for protecting their privacy 6 6 Version: 8.4.0 7 7 Author: Unikname … … 12 12 */ 13 13 defined('ABSPATH') or die("Cheating........Uh!!"); 14 define('THE_CHAMP_SS_VERSION', '8.4.0'); 14 define('UNIKNAME_VERSION', '8.4.0'); 15 define('THE_CHAMP_SS_VERSION', UNIKNAME_VERSION); 15 16 16 17 if (!defined('UNIKNAME_CONNECT_SERVER')) {
Note: See TracChangeset
for help on using the changeset viewer.