Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
bist
/
wp-content
/
plugins
/
user-registration
/
includes
/
form
/
views
/
admin
/
✏️
Editing: admin-user-confirm-password.php
<?php /** * Form View: Input Type User Confirm_Password. * * @package UserRegistration/Form/Views/Admin/ConfirmPassword */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="ur-input-type-user-password ur-admin-template"> <div class="ur-label"> <label><?php echo esc_html( $this->get_general_setting_data( 'label' ) ); ?><span style="color:red">*</span></label> </div> <div class="ur-field" data-field-key="user_confirm_password"> <input type="password" id="ur-input-type-<?php echo esc_attr( $this->get_general_setting_data( 'field_name' ) ); ?>" placeholder="<?php echo esc_attr( $this->get_general_setting_data( 'placeholder' ) ); ?>" disabled/> </div> </div>
💾 Save
❌ Cancel