Changeset 3125856
- Timestamp:
- 07/26/2024 10:10:41 AM (20 months ago)
- Location:
- wp-users-disable
- Files:
-
- 1 added
- 5 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (added)
-
trunk/class-dwul-user-register-ajax-callback.php (modified) (4 diffs)
-
trunk/class-dwul-user-register-block.php (modified) (4 diffs)
-
trunk/init-field.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-users-disable/trunk/class-dwul-user-register-ajax-callback.php
r3125343 r3125856 84 84 * Add scripts. 85 85 * 86 * @since 1. 1.186 * @since 1.0.1 87 87 */ 88 88 public function dwul_ajax_script() { … … 132 132 * Add options page. 133 133 * 134 * @since 1. 1.1134 * @since 1.0.1 135 135 * @param string $user_login user login email. 136 136 * @param string $user null. … … 175 175 * Disable user login message 176 176 * 177 * @since 1. 1.1177 * @since 1.0.1 178 178 * @param string $message the message html. 179 179 */ … … 193 193 * Add options page. 194 194 * 195 * @since 1. 1.1195 * @since 1.0.1 196 196 */ 197 197 public function dwul_enable_user_email() { -
wp-users-disable/trunk/class-dwul-user-register-block.php
r3125343 r3125856 25 25 * Function to create a menu "Block User". 26 26 * 27 * @since 1.0. 027 * @since 1.0.1 28 28 */ 29 29 public function dwul_add_plugin_setting_page() { … … 40 40 * Create form. 41 41 * 42 * @since 1.0. 042 * @since 1.0.1 43 43 */ 44 44 public function dwul_create_admin_page_form() { … … 62 62 * Create Form. 63 63 * 64 * @since 1.0. 064 * @since 1.0.1 65 65 */ 66 66 public function dwul_create_disableuser_field() { … … 114 114 * User Listing. 115 115 * 116 * @since 1.0. 0116 * @since 1.0.1 117 117 */ 118 118 public function dwul_disable_email_list() { -
wp-users-disable/trunk/init-field.php
r3125343 r3125856 4 4 * Disables user accounts via email address. 5 5 * 6 * @since 1. 1.16 * @since 1.0.1 7 7 * @package Disable User Login 8 8 * … … 11 11 * Plugin URI: http://www.brainvire.com/ 12 12 * Description: Disables user accounts via email address. 13 * Version: 1. 1.113 * Version: 1.0.1 14 14 * Author: brainvireinfo 15 15 * Author URI: http://www.brainvire.com/ … … 32 32 define( 'DWUL_PLUGIN_PATH', plugin_dir_url( __FILE__ ) ); 33 33 define( 'DWUL_PLUGIN_DIRPATH', plugin_dir_path( __FILE__ ) ); 34 define( 'DWUL_PLUGIN_VERSION', '1. 1.1' );34 define( 'DWUL_PLUGIN_VERSION', '1.0.1' ); 35 35 36 36 register_activation_hook( __FILE__, 'dwul_install' ); … … 49 49 * Add the Setting Links 50 50 * 51 * @since 1.0. 051 * @since 1.0.1 52 52 * @name dwul_admin_settings 53 53 * @param array $actions actions. -
wp-users-disable/trunk/readme.txt
r3125343 r3125856 1 1 === Disable User Login === 2 2 Contributors: brainvireinfo 3 Tags: users, login, disable, Register, disable user, Disable Register, wp-admin disable, wp-login disable, wp admin disable, wp login disable3 Tags: login, disable user, wp-login disable, wp admin disable, wp login disable 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.6.0 … … 40 40 == Changelog == 41 41 42 = 1. 1.1 =42 = 1.0.1 = 43 43 *Release Date - 21 July 2024* 44 44
Note: See TracChangeset
for help on using the changeset viewer.