Protection of WordPress logins
This commit is contained in:
assets
bdp-kompass.phpincludes
modules
LimitLoginAttempts
Controllers
Views
includes
PasswordStrength
includes
7
modules/LimitLoginAttempts/Views/text-element.php
Normal file
7
modules/LimitLoginAttempts/Views/text-element.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
function kompass_print_textbox($settingName, $settingValue) {
|
||||
echo '<input type="text" name="' . $settingName . '" value="' . $settingValue. '" />';
|
||||
if (defined('WP_DEBUG') && WP_DEBUG == true) {
|
||||
echo '<br />' . $settingName;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user