Changeset 2649041
- Timestamp:
- 12/25/2021 08:16:10 PM (4 years ago)
- Location:
- lock-user-account/trunk
- Files:
-
- 2 edited
-
lock-user-account.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lock-user-account/trunk/lock-user-account.php
r2642816 r2649041 1 1 <?php 2 3 2 /** 4 3 * Plugin Name: Lock User Account 5 * Plugin URI: 4 * Plugin URI: http://teknigar.com 6 5 * Description: Lock user accounts with custom message 7 6 * Version: 1.0.3 8 * Author: Majid Ali9 * Author URI: 7 * Author: teknigar 8 * Author URI: http://teknigar.com 10 9 * Text Domain: babatechs 11 10 * Domain Path: /languages 12 11 * 13 12 * @package LockUserAccount 14 * @author babaTechs13 * @author teknigar 15 14 * @version 1.0.3 16 15 */ -
lock-user-account/trunk/readme.txt
r2642814 r2649041 17 17 It has feature to add custom lock message to show on login screen for locked account. You can add your custom locked account message by going Settings and then click on General, there you can enter the message in field has label as Locked User Message. 18 18 19 **[Send your feedback]( mailto:mianmajidali@gmail.com)**19 **[Send your feedback](http://teknigar.com)** 20 20 21 21 … … 53 53 54 54 = 1.0.3 = 55 Updated for WP 5. 555 Updated for WP 5.8 56 56 Prevented current user from being locked 57 57
Note: See TracChangeset
for help on using the changeset viewer.