bbp_converter_setting_callback_dbpass()
Edit Database Pass setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_converter_setting_callback_dbpass() { ?> <span class="bbp-converter-db-password-wrapper"> <input name="_bbp_converter_db_pass" id="_bbp_converter_db_pass" class="bbp-converter-db-pass code" type="password" value="<?php bbp_form_option( '_bbp_converter_db_pass' ); ?>" autocomplete="off" <?php bbp_maybe_admin_setting_disabled( '_bbp_converter_db_pass' ); ?> /> <button type="button" class="bbp-db-pass-toggle password"> <span class="screen-reader-text"><?php esc_html_e( 'Toggle', 'bbpress' ); ?></span> <span class="toggle-indicator" aria-hidden="true"></span> </button> </span> <p class="description"><?php esc_html_e( 'Password for the above database user', 'bbpress' ); ?></p> <?php }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |