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